forked from AuroraMiddleware/gtk
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:
parent
6f002678be
commit
fd0a5e3c23
@ -255,6 +255,7 @@ is_pcdata_element (Element *element)
|
||||
"col",
|
||||
"item",
|
||||
"mark",
|
||||
"lookup",
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user