buildertool: Fix a simplify issue

<lookup> elements can contain a type name, we can't just
ignore the pcdata content. This was breaking some of our
ui files when simplifying them.
This commit is contained in:
Matthias Clasen 2021-09-29 07:48:33 -04:00
parent 6f002678be
commit fd0a5e3c23

View File

@ -255,6 +255,7 @@ is_pcdata_element (Element *element)
"col",
"item",
"mark",
"lookup",
NULL,
};