X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/9cabbcb99510ce7c9256d085d1c9de6c0b5fc8ce..96bfc3addc80d99f3b329cbb9ed9674c6f6c89b2:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 2f9969a..0920030 100644 --- a/unicode.plp +++ b/unicode.plp @@ -36,6 +36,9 @@ if (exists $get{di}) { if (exists $get{q}) { $glyphs->{anno} = []; } +if (exists $get{html}) { + $glyphs->{anno} = ['html', 'xml']; +} our $verbose = exists $get{v};