browser: makefile rule for wikimedia usage include
[sheet.git] / digits.plp
index 2bef8f3cfe2ba7db7375700a19fe671877fe1895..a6a684e6ced5ba4d24d6539b990a8545c1adfcf8 100644 (file)
@@ -38,7 +38,7 @@ unless (exists $get{v}) {
 }
 
 my $scriptname = do 'writing-script.inc.pl';
-$_ = qq{<a href="/latin">$_</a>} for $scriptname->{latn} || ();
+$_ = showlink($_, "/latin") for $scriptname->{latn} || ();
 
 my $table = do "writing-digits.inc.pl";
 die "Table data not found: $_\n" for $@ || $! || ();
@@ -55,7 +55,6 @@ sub printtable {
 
 printtable(@{ $table->{$_} }) for @{ $table->{default} };
 
-:></div>
-
-<hr>
+say "</div>\n";
+say for '<hr/>', $glyphs->legend;