Suppress header sizes when composing

pull/214/head
M66B 7 months ago
parent 02c130e39a
commit 233c7030b7

@ -1122,8 +1122,8 @@ public class HtmlHelper {
for (Element h : hs) for (Element h : hs)
if (!"false".equals(h.attr("x-line-before"))) if (!"false".equals(h.attr("x-line-before")))
h.attr("x-line-before", "true"); h.attr("x-line-before", "true");
if (text_size) { if (text_size && view) {
if (text_separators && view) if (text_separators)
for (Element h : hs) for (Element h : hs)
h.appendElement("hr") h.appendElement("hr")
.attr("x-block", "true"); .attr("x-block", "true");

Loading…
Cancel
Save