mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Fix handling of % signs in textarea initial value. (Fixes 1617123)
svn path=/trunk/netsurf/; revision=3180
This commit is contained in:
parent
d1b79f3e41
commit
e57a90e91c
@ -2476,7 +2476,7 @@ bool box_textarea(BOX_SPECIAL_PARAMS)
|
||||
if (ctxt) {
|
||||
string = current = xmlStringDecodeEntities(ctxt,
|
||||
buf->content,
|
||||
XML_SUBSTITUTE_REF | XML_SUBSTITUTE_PEREF,
|
||||
XML_SUBSTITUTE_REF,
|
||||
0, 0, 0);
|
||||
xmlFreeParserCtxt(ctxt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user