X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4b0c162ccc694e4b0c395062a23819a426f89f49..61672b1912da0a1b1669259718e04b268367f98e:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 6457864..7207b03 100644 --- a/unicode.plp +++ b/unicode.plp @@ -139,7 +139,7 @@ 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($_); }