[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/tests/input - CheckPathAlt.html:1.3.142.1
   
    Chris McDonough
     
    chrism@zope.com
       
    Mon, 21 Jul 2003 12:39:03 -0400
    
    
  
Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/tests/input
In directory cvs.zope.org:/tmp/cvs-serv17213/lib/python/Products/PageTemplates/tests/input
Modified Files:
      Tag: Zope-2_7-branch
	CheckPathAlt.html 
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.
=== Zope/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html 1.3 => 1.3.142.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	Mon Jul 21 12:35:59 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>