revert html5 elements usage
[sheet.git] / unicode.plp
index a2e834a2fb24fbe3c543f9ba24f767b4f59c068b..4a6856e817d84df1c22ba4a821726d74bebfd7be 100644 (file)
@@ -119,11 +119,11 @@ sub glyph_table {
 
 sub print_glyph_tables {
        while (@_) {
 
 sub print_glyph_tables {
        while (@_) {
-               printf '<section><h2>%s</h2>'."\n\n", shift;
+               printf '<div class="section"><h2>%s</h2>'."\n\n", shift;
                while (ref $_[0] and $_ = shift) {
                        print glyph_table($_);
                }
                while (ref $_[0] and $_ = shift) {
                        print glyph_table($_);
                }
-               print '</section>';
+               print '</div>';
        }
 }
 
        }
 }