X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/65795900e196ee23101209e4171a4530a6e8ea01..794902affeab9b23f62d4007df72d8dd60af6efb:/latin.plp diff --git a/latin.plp b/latin.plp index ce8c111..68e6a83 100644 --- a/latin.plp +++ b/latin.plp @@ -37,7 +37,7 @@ if ($! or $@) { } else { print ''; - print ref $_ ne 'ARRAY' ? "
$_" : map {"$_"} @$_ for @table; + print ref $_ ne 'ARRAY' ? "
$_" : map {/^$_"} @$_ for @table; print "
\n\n"; }