Use em-space for column separation

pull/178/head
M66B 5 years ago
parent da852076ce
commit 32b4e135f3

@ -795,7 +795,7 @@ public class HtmlHelper {
// separate columns
if (hasVisibleContent(col.childNodes()))
if (col.nextElementSibling() != null)
col.appendText(" ");
col.appendText("\u2003"); // em space
if ("th".equals(col.tagName()))
col.tagName("strong");

Loading…
Cancel
Save