common: say() to simplify html head lines
[sheet.git] / chars.plp
index 943bf8c818453e07ea933ffb2a39e2315f377bb7..a637eae8528f89b119a46fccd4c93ae1d6c3e944 100644 (file)
--- a/chars.plp
+++ b/chars.plp
@@ -10,7 +10,6 @@ Html({
        data => [qw( unicode-cover.inc.pl ttfsupport unicode-char.inc.pl )],
 });
 
-use 5.010;
 use Shiar_Sheet::FormatChar;
 my $glyphs = Shiar_Sheet::FormatChar->new;
 
@@ -89,7 +88,7 @@ for (map { split /[^\d-]/ } $query) {
 # output character list
 
 say '<div>';
-print '<table class=mapped>';
+print '<table class="mapped cover">';
 print '<col>' x 3;
 print "<colgroup span=$_>"
        for 2, map { scalar @{ $groupinfo->{os}->{$_} } } @ossel;