mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +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
|
||||
* binary incompatibility
|
||||
*/
|
||||
static const char *allowPCData[] = {
|
||||
static const char *const allowPCData[] = {
|
||||
"a", "abbr", "acronym", "address", "applet", "b", "bdo", "big",
|
||||
"blockquote", "body", "button", "caption", "center", "cite", "code",
|
||||
"dd", "del", "dfn", "div", "dt", "em", "font", "form", "h1", "h2",
|
||||
|
Reference in New Issue
Block a user