X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f22a9debc2c3c50828c31ff028057734a4aadea6..9a4d89685edcb4399aa500d38de84b0101ad09b2:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 4a6856e..a2e834a 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 ''; } }