[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/tests/input - CheckPathAlt.html:1.3.80.1

Fred L. Drake, Jr. fred@zope.com
Fri, 18 Jul 2003 11:06:14 -0400


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/tests/input
In directory cvs.zope.org:/tmp/cvs-serv7330

Modified Files:
      Tag: Zope-2_6-branch
	CheckPathAlt.html 
Log Message:
backport fix for Python 2.3 compatibility nit


=== Zope/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html 1.3 => 1.3.80.1 ===
--- Zope/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html:1.3	Thu Dec 13 13:37:50 2001
+++ Zope/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html	Fri Jul 18 11:06:09 2003
@@ -15,7 +15,7 @@
    <p tal:attributes="name y/z | python:'||'[:0]">Z</p>
    <p tal:attributes="name y/z | nothing">Z</p>
 
-   <p tal:on-error="python:str(error.value)" tal:content="a/b | c/d">Z</p>
+   <p tal:on-error="python:str(error.value[0])" tal:content="a/b | c/d">Z</p>
    </div>
 </body>
 </html>