builder-tool: Don't empty out <mark> elements

We were inadvertedly losing the content of <mark>
elements. Fix this, by marking (!) them as pcdata
elements.
This commit is contained in:
Matthias Clasen 2019-04-05 03:05:08 +00:00
parent 69d4081ff8
commit fe822a0a24

View File

@ -241,6 +241,7 @@ is_pcdata_element (Element *element)
"mime-type",
"col",
"item",
"mark",
NULL,
};