[Zope] another PageTemplate question
Chris Withers
chrisw@nipltd.com
Fri, 01 Mar 2002 20:06:12 +0000
Joachim Schmitz wrote:
>
> I found the problem
>
> JavaScript=HTMLFile('public/JavaScript',globals()
>
> and the JavaScript.dtml contained <dtml-var js_header>
>
> I changed that and run into the next problem.
>
> tal quotes all "<script language="JavaScript">"
>
> into <script language="JavaScript">
> is there a way to avoid this ?
Here's what you want:
<tal:x tal:replace="structure here/ActiveImages/JavaScript" />
cheers,
Chris
PS: Note I did soem bonus compression for you so you don't need the omit-tag anymore :-)