summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/box_construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index c7c91fee3..dde44aa56 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -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);
}