mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 11:50:21 +00:00
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:
parent
69d4081ff8
commit
fe822a0a24
@ -241,6 +241,7 @@ is_pcdata_element (Element *element)
|
||||
"mime-type",
|
||||
"col",
|
||||
"item",
|
||||
"mark",
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user