summaryrefslogtreecommitdiff
path: root/Mailman/htmlformat.py
diff options
context:
space:
mode:
authorbwarsaw2002-05-22 03:00:20 +0000
committerbwarsaw2002-05-22 03:00:20 +0000
commit60790e03afceb35030a4a31dcccc4f0f9d5053fc (patch)
treefa70eb1d593b1174a71badfa98d1d319b2818292 /Mailman/htmlformat.py
parent827dac80874f2f33453aeb2c36e5daa7e2bb406f (diff)
downloadmailman-60790e03afceb35030a4a31dcccc4f0f9d5053fc.tar.gz
mailman-60790e03afceb35030a4a31dcccc4f0f9d5053fc.tar.zst
mailman-60790e03afceb35030a4a31dcccc4f0f9d5053fc.zip
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