X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f96e2754fe0d06d10855b8cb33ad2a707e96edc4..05b96f1d0e64293580fd10484092d339b14b56a2:/unicode.plp diff --git a/unicode.plp b/unicode.plp index a2e834a..4a6856e 100644 --- a/unicode.plp +++ b/unicode.plp @@ -119,11 +119,11 @@ sub glyph_table { sub print_glyph_tables { while (@_) { - printf '

%s

'."\n\n", shift; + printf '

%s

'."\n\n", shift; while (ref $_[0] and $_ = shift) { print glyph_table($_); } - print '
'; + print ''; } }