mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
8224257: fix issues in files generated by pandoc
Reviewed-by: mchung
This commit is contained in:
parent
7d3e1081a9
commit
c6783a9362
1 changed files with 1 additions and 1 deletions
|
@ -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\"");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue