charset: link specific pages back to overview
[sheet.git] / digits.plp
index 10311511b73a1c71b6aff83a003b939728ac20e1..b2b4e09f3a200935c0c9e242c86eec5ef952c65e 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'digit characters sheet',
-       version => 'v1.0',
+       version => '1.0',
        description => [
                "Character comparison,",
                "tracking letters as they evolve from Phoenician to modern scripts.",
@@ -36,7 +36,7 @@ my $scriptname = do 'writing-script.inc.pl';
 $_ = qq{<a href="/latin">$_</a>} for $scriptname->{latn} || ();
 
 my @table = do "writing-digits.inc.pl";
-die "Table data not found: <em>$_</em>.\n" for $! || $@ || ();
+die "Table data not found: $_\n" for $@ || $! || ();
 
 $glyphs->print([map {
        ref $_ eq 'ARRAY' ? @{$_} : map { ".>$_" }