[ZWeb] Zope.org feedback: TutorialPart2 of ZPT
Damien Elmes (via www.zope.org)
resolve@repose.cx
Sun, 07 Apr 2002 06:11:49 -0400
Near the top of this page, there is:
This is <b tal:replace="template/title">the Title</b>.
This makes the b tag disappear, as far as I can see. Perhaps it should read:
This is <b tal:content="template/title">the Title</b>.
instead?
----------------------------------------------------------
This email was generated from the Zope.org feedback form
It was invoked from a link on http://www.zope.org/Wikis/DevSite/Projects/ZPT/TutorialPart2