[CMF-checkins] CVS: CMF/CMFDefault - utils.py:1.22

Yvo Schubbe y.2004_ at wcm-solutions.de
Tue Feb 17 07:55:32 EST 2004


Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv30577/CMFDefault

Modified Files:
	utils.py 
Log Message:
- added 'big', 'small', 'sub' and 'sup' to valid tags


=== CMF/CMFDefault/utils.py 1.21 => 1.22 ===
--- CMF/CMFDefault/utils.py:1.21	Mon Dec  1 04:11:18 2003
+++ CMF/CMFDefault/utils.py	Tue Feb 17 07:55:31 2004
@@ -237,16 +237,17 @@
 VALID_TAGS = { 'a'          : 1
              , 'b'          : 1
              , 'base'       : 0
+             , 'big'        : 1
              , 'blockquote' : 1
              , 'body'       : 1
              , 'br'         : 0
              , 'caption'    : 1
              , 'cite'       : 1
              , 'code'       : 1
+             , 'dd'         : 1
              , 'div'        : 1
              , 'dl'         : 1
              , 'dt'         : 1
-             , 'dd'         : 1
              , 'em'         : 1
              , 'h1'         : 1
              , 'h2'         : 1
@@ -266,8 +267,11 @@
              , 'ol'         : 1
              , 'p'          : 1
              , 'pre'        : 1
+             , 'small'      : 1
              , 'span'       : 1
              , 'strong'     : 1
+             , 'sub'        : 1
+             , 'sup'        : 1
              , 'table'      : 1
              , 'tbody'      : 1
              , 'td'         : 1




More information about the CMF-checkins mailing list