latin: common styling for tap code rows
[sheet.git] / writing-latn.inc.pl
index 018a632f8de3ecccd4a67436d7fdc9b181aa58a9..0ce54d37a91f08ce838856c313b3ce5f458be0c2 100644 (file)
@@ -3,7 +3,7 @@ use utf8;
 sub disptap {
        return map {
                m/\A(-?)(\d)(\d)/;
-               sprintf('<td style="line-height:1ex"%s>%s<br>%s</td>',
+               sprintf('<td%s>%s<br>%s',
                        ' class=ex' x !!$1,
                        '·' x $2, '·' x $3,
                );