Hi,

I'm generating some script tags that reference JavaScript in my
content. The JavaScript is not external but part of the database
content, and is rendered with a layout that gives it the
text/javascript mime type.

I cannot get (when using XHTML Transitional) my JavaScript to run
because the browsers are not fetching the URL constructed by my
<r:url/> tag. Here are the generated script tags:-

<script type="text/javascript" language="JavaScript"
src="/projects/semafox/javascript/semafox/"></script>
<script type="text/javascript" language="JavaScript"
src="/projects/semafox/javascript/fvlogger/"></script>

I think the browser doesn't want the URLs to end in a / when in an
XHTML document. Does anyone know what I can do here?

-- G.
_______________________________________________
Radiant mailing list
[email protected]
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to