From 60790e03afceb35030a4a31dcccc4f0f9d5053fc Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 22 May 2002 03:00:20 +0000 Subject: QuoteHyperChars() -> websafe() Also, use Utils.websafe() consistently throughout, instead of the inconsistent calls to cgi.escape(). --- Mailman/htmlformat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/htmlformat.py') 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' % ( self.tag, - Utils.QuoteHyperChars(Container.Format(self, indent)), + Utils.websafe(Container.Format(self, indent)), self.tag) return output -- cgit v1.2.3-70-g09d2