unicode: html styling
[sheet.git] / unicode.plp
index 4febc1cd488082bb8d310e906780addc2df2562c..d155c06b0b968afb292963add12b35102d451920 100644 (file)
@@ -11,7 +11,7 @@ Html({
                unicode glyph char character reference common ipa symbol sign mark table digraph
        '],
        stylesheet => [qw'light dark mono circus red'],
-       data => [qw'digraphs.inc.pl unicode-table.inc.pl'],
+       data => [qw'unicode-table.inc.pl unicode-char.inc.pl'],
 });
 
 :>
@@ -38,6 +38,7 @@ if (exists $get{q}) {
 }
 if (exists $get{html}) {
        $glyphs->{anno} = ['html', 'xml'];
+       $glyphs->{style} = 'html';
 }
 
 our $verbose = exists $get{v};