8224257: fix issues in files generated by pandoc

Reviewed-by: mchung
This commit is contained in:
Jonathan Gibbons 2019-06-07 16:38:42 -07:00
parent 7d3e1081a9
commit c6783a9362

View file

@ -558,7 +558,7 @@ public class Main {
out.write(style);
out.write(m.group("after"));
} else {
out.write(" style=\"font-weight: normal; text-align:left\"; ");
out.write(" style=\"font-weight: normal; text-align:left;\" ");
out.write(attrs);
}
out.write(" scope=\"row\"");