fix bug in XHTML generation

This commit is contained in:
Grahame Grieve 2022-12-05 17:27:52 +11:00
parent 5d29a88552
commit b778641cf6
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public class XhtmlComposer {
concise = false;
}
if (!xml && Utilities.existsInList(node.getName(), "area", "base", "br", "col", "command", "embed", "hr", "img", "input", "keygen", "link", "menuitem", "meta", "param", "source", "track", "wbr")) {
concise = false;
concise = true;
}
if (concise)