revert html5 elements usage
[sheet.git] / charset.plp
index e84ae8261b63cc22f957afc310dc801b68645b85..e2b2e277725fa1bd6204c87d962880f7a88ffde9 100644 (file)
@@ -99,7 +99,7 @@ for my $cp437 (grep {$request[$_]->{set} eq 'cp437'} 0 .. $#request) {
 
 my @nibble = (0..9, 'A'..'F');
 for my $row (@request) {
-       printf '<section><table class="glyphs%s">', !$row->{cell} && ' charmap';
+       printf '<div class="section"><table class="glyphs%s">', !$row->{cell} && ' charmap';
        printf '<caption>%s</caption>', $row->{set};
        print '<col>' x 17;
        for my $section (qw{thead}) {
@@ -144,7 +144,7 @@ for my $row (@request) {
                }
                print "\n";
        }
-       print "</table></section>\n";
+       print "</table></div>\n";
 }
 
 :>