From 21230daca28035e7a87f529abee920899d1d2537 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Fri, 27 Feb 2009 10:35:42 -0500 Subject: [PATCH] https://bugzilla.mozilla.org/show_bug.cgi?id=463955 --- planet/vendor/feedparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planet/vendor/feedparser.py b/planet/vendor/feedparser.py index a58d894..bec7e34 100755 --- a/planet/vendor/feedparser.py +++ b/planet/vendor/feedparser.py @@ -2282,7 +2282,7 @@ class _HTMLSanitizer(_BaseHTMLProcessor): 'tr', 'tt', 'u', 'ul', 'var', 'video', 'noscript'] acceptable_attributes = ['abbr', 'accept', 'accept-charset', 'accesskey', - 'action', 'align', 'alt', 'autoplay', 'autocomplete', 'autofocus', 'axis', + 'action', 'align', 'alt', 'autocomplete', 'autofocus', 'axis', 'background', 'balance', 'bgcolor', 'bgproperties', 'border', 'bordercolor', 'bordercolordark', 'bordercolorlight', 'bottompadding', 'cellpadding', 'cellspacing', 'ch', 'challenge', 'char', 'charoff',