charset: link specific pages back to overview
[sheet.git] / digits.plp
index f688d054104071ac5d4d817215e2de8862d7acf8..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.",
@@ -29,14 +29,14 @@ my $glyphs = Shiar_Sheet::FormatChar->new;
 unless (exists $get{v}) {
        $glyphs->{unicode}--;
        $glyphs->{anno}  = [];
-       $glyphs->{style} = 0;
+       $glyphs->{style} = 'univer';
 }
 
 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 { ".>$_" }