mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-28 23:14:57 +03:00
const up allowPCData
similar to htmlScriptAttributes
This commit is contained in:
@@ -2143,7 +2143,7 @@ htmlEncodeEntities(unsigned char* out, int *outlen,
|
|||||||
* into the html40ElementTable array but I don't want to risk any
|
* into the html40ElementTable array but I don't want to risk any
|
||||||
* binary incompatibility
|
* binary incompatibility
|
||||||
*/
|
*/
|
||||||
static const char *allowPCData[] = {
|
static const char *const allowPCData[] = {
|
||||||
"a", "abbr", "acronym", "address", "applet", "b", "bdo", "big",
|
"a", "abbr", "acronym", "address", "applet", "b", "bdo", "big",
|
||||||
"blockquote", "body", "button", "caption", "center", "cite", "code",
|
"blockquote", "body", "button", "caption", "center", "cite", "code",
|
||||||
"dd", "del", "dfn", "div", "dt", "em", "font", "form", "h1", "h2",
|
"dd", "del", "dfn", "div", "dt", "em", "font", "form", "h1", "h2",
|
||||||
|
|||||||
Reference in New Issue
Block a user