X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/65795900e196ee23101209e4171a4530a6e8ea01..57f5500ad83e99bc45d035fc7614c8fc9784f061:/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"; }