digits: egyptian hieroglyphs numerals
[sheet.git] / writing.plp
index c5a23c7f0eaf7f2f5da8e37bd5b920565006c503..a718c884bd6a1c8ffab718bc7107a32d3a793c73 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'writing system inheritance sheet',
-       version => 'v1.0',
+       version => '1.2',
        description => [
                "Character comparison,",
                "tracking letters as they evolve from Phoenician to modern scripts.",
@@ -12,7 +12,7 @@ Html({
                script glyph unicode writing comparison character alphabet letter
                history phoenician latin sample test language multilingual
        '],
-       stylesheet => [qw'light circus dark red'],
+       stylesheet => [qw'light circus dark red mono'],
        data => [qw'writing-phnx.inc.pl'],
 });
 
@@ -45,7 +45,7 @@ for (
        my ($source, $title) = @$_;
        my @table = do "writing-$source.inc.pl";
        if ($! or $@) {
-               print "<h2>$title</h2>\n";
+               say "<h2>$title</h2>";
                printf "<p>Table data not found: <em>%s</em>.</p>\n", $@ || $!;
                next;
        }