[Checkins] SVN:	Sandbox/malthe/chameleon.html/src/chameleon/html/language.py	No semantic difference, but the neighbour statements use this form.
    Malthe Borch 
    mborch at gmail.com
       
    Wed Nov 19 08:19:31 EST 2008
    
    
  
Log message for revision 93134:
  No semantic difference, but the neighbour statements use this form.
Changed:
  U   Sandbox/malthe/chameleon.html/src/chameleon/html/language.py
-=-
Modified: Sandbox/malthe/chameleon.html/src/chameleon/html/language.py
===================================================================
--- Sandbox/malthe/chameleon.html/src/chameleon/html/language.py	2008-11-19 13:18:56 UTC (rev 93133)
+++ Sandbox/malthe/chameleon.html/src/chameleon/html/language.py	2008-11-19 13:19:31 UTC (rev 93134)
@@ -303,7 +303,7 @@
                                 '{http://namespaces.repoze.org/xss}content'] = \
                                 rule.name
                             element.attrib[
-                                '{http://namespaces.repoze.org/xss}omit'] = "1"
+                                '{http://namespaces.repoze.org/xss}omit'] = 'true'
                         elif rule.mode == 'append':
                             new = element.makeelement(
                                 utils.xhtml_attr('div'))
    
    
More information about the Checkins
mailing list