termcol: define mirc palette (included in more)
[sheet.git] / latin.plp
index ce8c111a2fbab26a7f6d58633ba1e93cdb42f0eb..68e6a83b03462d2b9ff93faf4e93dfd57d8a8860 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -37,7 +37,7 @@ if ($! or $@) {
 }
 else {
        print '<table class="glyphs">';
-       print ref $_ ne 'ARRAY' ? "<tr><th>$_" : map {"<td>$_"} @$_ for @table;
+       print ref $_ ne 'ARRAY' ? "<tr><th>$_" : map {/^<td/ ? $_ : "<td>$_"} @$_ for @table;
        print "</table>\n\n";
 }