mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
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…
x
Reference in New Issue
Block a user