fix bug in XHTML generation
This commit is contained in:
parent
5d29a88552
commit
b778641cf6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue