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