X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/108d13f833e9daeff4ea1552e2e1bee1e0ed8c22..a8a1b6ccabca261ce3335b1f233cf0146bd0fab1:/chars.plp diff --git a/chars.plp b/chars.plp index a175f8d..d4cf06b 100644 --- a/chars.plp +++ b/chars.plp @@ -8,6 +8,15 @@ Html({ '], stylesheet => [qw'light dark mono circus red'], data => [qw( unicode-cover.inc.pl ttfsupport unicode-char.inc.pl )], + raw => <<'EOT', + +EOT }); use Shiar_Sheet::FormatChar; @@ -53,7 +62,7 @@ my $query = eval { say "

$title

"; if (!$query) { - say "

Unicode group not specified: $@

"; + Alert('Unicode group not specified', $@); exit; };