aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-04-26 08:45:42 -0700
committerMark Sapiro <msapiro@value.net>2011-04-26 08:45:42 -0700
commitccf511f7634c630e2395a23fb89c73c5c6279652 (patch)
treedf4d12d225d5fc970cb421e1410df1ef0b5be4d7 /Mailman
parent7be14e4b73cef594a81e8a051ac3e3b60ebb1187 (diff)
downloadmailman2-ccf511f7634c630e2395a23fb89c73c5c6279652.tar.gz
mailman2-ccf511f7634c630e2395a23fb89c73c5c6279652.tar.xz
mailman2-ccf511f7634c630e2395a23fb89c73c5c6279652.zip
Yet another change to the broken browser HTML escaping.
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index 4a9f34a6..f9a4e690 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -429,7 +429,8 @@ _ampre = re.compile('&amp;((?:#[0-9]+|[a-z]+);)', re.IGNORECASE)
_broken_browser = {'\x8b': '&#8249;',
'\x9b': '&#8250;',
'\xbc': '&#188;',
- '\xbd': '&#190;',
+ '\xbe': '&#190;',
+ '\xa2': '&#162;'
}
def websafe(s):
# Archiver can pass unicode here. Just skip them as the