[Zope-Checkins] CVS: Releases/Zope/lib/python/TAL - TALInterpreter.py:1.78.4.5

Evan Simpson evan at 4-am.com
Thu Dec 11 12:26:08 EST 2003


Update of /cvs-repository/Releases/Zope/lib/python/TAL
In directory cvs.zope.org:/tmp/cvs-serv5203/lib/python/TAL

Modified Files:
      Tag: Zope-2_7-branch
	TALInterpreter.py 
Log Message:
Collector #1139


=== Releases/Zope/lib/python/TAL/TALInterpreter.py 1.78.4.4 => 1.78.4.5 ===
--- Releases/Zope/lib/python/TAL/TALInterpreter.py:1.78.4.4	Fri Oct  3 14:54:01 2003
+++ Releases/Zope/lib/python/TAL/TALInterpreter.py	Thu Dec 11 12:25:37 2003
@@ -374,7 +374,7 @@
             elif evalue is self.Default:
                 value = attrEscape(value)
             else:
-                value = escape(value)
+                value = escape(value, quote=1)
             value = '%s="%s"' % (name, value)
         return ok, name, value
     bytecode_handlers["<attrAction>"] = attrAction




More information about the Zope-Checkins mailing list