# HG changeset patch # User hodgestar # Date 1315001285 0 # Node ID 981f3fc8c3edb2c3a9f51c25dd8917044f54aa0f # Parent 8bc6f32fdd456a0339bb013d22b2b14596662c5f Revert accidental small docstring change from r1174. diff --git a/genshi/filters/html.py b/genshi/filters/html.py --- a/genshi/filters/html.py +++ b/genshi/filters/html.py @@ -230,7 +230,7 @@ :warn: Note that this special processing of CSS is currently only applied to style attributes, **not** style elements. - " """ + """ SAFE_TAGS = frozenset(['a', 'abbr', 'acronym', 'address', 'area', 'b', 'big', 'blockquote', 'br', 'button', 'caption', 'center', 'cite',