X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4481ab42a10ea48159274387ca93c17840e8c850..ffad43c7fc714d8b1566bbf4980bf1ce56589c76:/latin.plp diff --git a/latin.plp b/latin.plp index 8ad53c0..68e6a83 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => 'v1.1', + version => '1.2', description => [ ], keywords => [qw' @@ -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"; }