6 Nov
2003
6 Nov
'03
4:27 p.m.
On Thu, Nov 06, 2003 at 01:26:50PM +0100, Max M wrote:
Kai Vermehr wrote:
I have this body in a ZPT named 'use_randomImage': ------------------------------------ <body> <span tal:replace="here/images/randomImage">image</span> </body> ------------------------------------
Use the structure keyword:
<body> <span tal:replace="structure here/images/randomImage">image</span> </body>
Max is right. Where in the zope book, and what version of the zope book, did you find this example? It should be fixed. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE INEFFICIENCY! (random hero from isometric.spaceninja.com)