From 088b8a5ea60893cf0dfebae27999d3086617b655 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Thu, 6 Dec 2007 21:25:31 -0600 Subject: [PATCH] Whoops. Missed a MathML attribute. --- 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 b60e4ea..d85a566 100755 --- a/planet/vendor/feedparser.py +++ b/planet/vendor/feedparser.py @@ -2340,7 +2340,7 @@ class _HTMLSanitizer(_BaseHTMLProcessor): mathml_attributes = ['actiontype', 'align', 'columnalign', 'columnalign', 'columnalign', 'columnlines', 'columnspacing', 'columnspan', 'depth', - 'display', 'displaystyle', 'equalcolumns', 'equalrows', 'fence', + 'display', 'displaystyle', 'encoding', 'equalcolumns', 'equalrows', 'fence', 'fontstyle', 'fontweight', 'frame', 'height', 'linethickness', 'lspace', 'mathbackground', 'mathcolor', 'mathvariant', 'mathvariant', 'maxsize', 'minsize', 'other', 'rowalign', 'rowalign', 'rowalign', 'rowlines',