Suppress header sizes when composing

This commit is contained in:
M66B 2024-02-22 09:35:49 +01:00
parent 02c130e39a
commit 233c7030b7
1 changed files with 2 additions and 2 deletions

View File

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