cc: improve abbreviations; show options legend
[sheet.git] / unicode.plp
index 6457864b5772143d1f2724b76a182188fa1c87e6..7207b03c224326127aa1e863e01487e0a9ad9880 100644 (file)
@@ -139,7 +139,7 @@ sub glyph_table {
 
 sub print_glyph_tables {
        while (@_) {
-               printf "<div><h2>%s</h2>\n\n", shift;
+               printf '<div class="section"><h2>%s</h2>'."\n\n", shift;
                while (ref $_[0] and $_ = shift) {
                        print glyph_table($_);
                }