[Zope-Checkins] CVS: Zope/lib/python/TAL/tests/input - test19.html:1.4

Godefroid Chapelle gotcha at swing.be
Fri Sep 19 10:08:11 EDT 2003


Update of /cvs-repository/Zope/lib/python/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv7898/tests/input

Modified Files:
	test19.html 
Log Message:
-tests do not show any DeprecationWarnings anymore

-fix for 1 attribute only



=== Zope/lib/python/TAL/tests/input/test19.html 1.3 => 1.4 ===
--- Zope/lib/python/TAL/tests/input/test19.html:1.3	Fri Jul 25 14:54:39 2003
+++ Zope/lib/python/TAL/tests/input/test19.html	Fri Sep 19 10:08:10 2003
@@ -12,10 +12,10 @@
        i18n:attributes="name message-id;">
 
 <input name="Delete" title="titletext"
-       i18n:attributes="name title">
+       i18n:attributes="name; title">
 
 <input name="Delete" tal:attributes="title string:titletaltext"
-       i18n:attributes="name title">
+       i18n:attributes="name; title">
 
 <input name="Delete" tal:attributes="title string:titletaltext"
        i18n:attributes="name message-id">




More information about the Zope-Checkins mailing list