summaryrefslogtreecommitdiff
path: root/Mailman/htmlformat.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/htmlformat.py')
-rw-r--r--Mailman/htmlformat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py
index 37765332d..4e9a1e6b2 100644
--- a/Mailman/htmlformat.py
+++ b/Mailman/htmlformat.py
@@ -361,7 +361,7 @@ class QuotedContainer(Container):
# If I don't start a new I ignore indent
output = '<%s>%s</%s>' % (
self.tag,
- Utils.QuoteHyperChars(Container.Format(self, indent)),
+ Utils.websafe(Container.Format(self, indent)),
self.tag)
return output