Commit d5ad1fad authored by Jérome Perrin's avatar Jérome Perrin

Merge remote-tracking branch 'upstream/master' into zope4py2

parents fc0a6eb0 bd7a8fb7
Pipeline #23920 failed with stage
in 0 seconds
......@@ -294,7 +294,7 @@ class StrippingParser(HTMLParser):
self.original_charset = charset
v = charset_parser.sub(
CharsetReplacer(self.default_encoding), v)
self.result.append(' %s="%s"' % (k, html_quote(v, True)))
self.result.append(' %s="%s"' % (k, html_quote(v)))
#UNUSED endTag = '</%s>' % tag
if safeToInt(self.valid.get(tag)):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment