latin: generalise - prefix to mark ex class
[sheet.git] / latin.plp
index 671d6d7603bc206186d79a7f8846034eff472d59..9128a2834284af78a2eab632d015eedadda131c1 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -27,7 +27,6 @@ Html({
                line-height: 1ex;
        }
        #old-roman-cursive {
-               stroke-width: 3;
                stroke-linecap: round;
                stroke-linejoin: round;
        }
@@ -78,7 +77,8 @@ else {
                                print " colspan=$colspan";
                                $colspan = 1;
                        }
-                       print '>' unless s/^<td//;
+                       print ' class=ex' if s/^-//;
+                       print '>';
                        say;
                }
        }