[Zope-Checkins] CVS: Releases/Zope/lib/python/Products/PageTemplates/www - default.html:1.3
Evan Simpson
evan@zope.com
Wed, 7 May 2003 17:01:17 -0400
Update of /cvs-repository/Releases/Zope/lib/python/Products/PageTemplates/www
In directory cvs.zope.org:/tmp/cvs-serv16993
Modified Files:
default.html
Log Message:
Fix minor typo in default template code.
=== Releases/Zope/lib/python/Products/PageTemplates/www/default.html 1.2 => 1.3 ===
--- Releases/Zope/lib/python/Products/PageTemplates/www/default.html:1.2 Wed Jul 18 12:35:27 2001
+++ Releases/Zope/lib/python/Products/PageTemplates/www/default.html Wed May 7 17:01:17 2003
@@ -6,7 +6,7 @@
<h2><span tal:replace="here/title_or_id">content title or id</span>
<span tal:condition="template/title"
- tal:replace="template/title">optional template id</span></h2>
+ tal:replace="template/title">optional template title</span></h2>
This is Page Template <em tal:content="template/id">template id</em>.
</body>