[Zope] converting < to < problem in page templates with
Javascript
Brian Lalor
blalor+dated+1021341216.00a257@ithacabands.org
Wed, 8 May 2002 18:53:32 -0700 (MST)
On Wed, 8 May 2002, Mark Lilly wrote:
> Hi,
> I am trying to import into a page template a Javascript File.
> I use this:
> <script
> tal:content="nocall:root/CT/Scripts/J_Scripts/calendar.js">hold</script>
Try
<script tal:content="structure nocall:root/CT/Scripts/J_Scripts/calendar.js">hold</script>
--
Brian Lalor
blalor@ithacabands.org