comparison genshi/filters/html.py @ 950:981f3fc8c3ed trunk

Revert accidental small docstring change from r1174.
author hodgestar
date Fri, 02 Sep 2011 22:08:05 +0000
parents 8bc6f32fdd45
children
comparison
equal deleted inserted replaced
949:8bc6f32fdd45 950:981f3fc8c3ed
228 typical phishing attacks. For more sophisticated filtering, this class 228 typical phishing attacks. For more sophisticated filtering, this class
229 provides a couple of hooks that can be overridden in sub-classes. 229 provides a couple of hooks that can be overridden in sub-classes.
230 230
231 :warn: Note that this special processing of CSS is currently only applied to 231 :warn: Note that this special processing of CSS is currently only applied to
232 style attributes, **not** style elements. 232 style attributes, **not** style elements.
233 " """ 233 """
234 234
235 SAFE_TAGS = frozenset(['a', 'abbr', 'acronym', 'address', 'area', 'b', 235 SAFE_TAGS = frozenset(['a', 'abbr', 'acronym', 'address', 'area', 'b',
236 'big', 'blockquote', 'br', 'button', 'caption', 'center', 'cite', 236 'big', 'blockquote', 'br', 'button', 'caption', 'center', 'cite',
237 'code', 'col', 'colgroup', 'dd', 'del', 'dfn', 'dir', 'div', 'dl', 'dt', 237 'code', 'col', 'colgroup', 'dd', 'del', 'dfn', 'dir', 'div', 'dl', 'dt',
238 'em', 'fieldset', 'font', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 238 'em', 'fieldset', 'font', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
Copyright (C) 2012-2017 Edgewall Software