X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/ff3e93c6c001cad9acf1faad6b9e94225343518e..153ec1421ef059026fb8fbf208a46cb462d27575:/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"; }