[ZPT] CVS: Releases/Zope/lib/python/Products/PageTemplates/tests/input - StringExpression.html:1.1.114.1

Evan Simpson evan@zope.com
Tue, 1 Oct 2002 11:54:56 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	StringExpression.html 
Log Message:
Merge fix for Collector #539 from trunk.


=== Releases/Zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html 1.1 => 1.1.114.1 ===
--- Releases/Zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html:1.1	Mon Mar 26 15:32:53 2001
+++ Releases/Zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html	Tue Oct  1 11:54:25 2002
@@ -1,7 +1,12 @@
 <html>
-<body>
 <head>
    <title tal:content="string:Hello World!">This is the title</title>
 </head>
+<body>
+  <tal:block on-error="string:Error:${error/value}" replace="x" />
+  <tal:block on-error="string:Error:${error/value}">
+    <p tal:content="x">p</p>
+  </tal:block>
+  <div tal:replace="structure string:&lt;hr /&gt;">rule</div>
 </body>
 </html>