4 Jul
2003
4 Jul
'03
7:40 p.m.
Alec Munro wrote at 2003-7-2 10:56 -0300:
I've got an XHTML page that references external javascripts, and it seems that mozilla does not display single-tag javascript references properly (it treats it as an open javascript tag, and messes up the rest of the page). This may be to spec, I don't know it well enough to say. What I do know is that Zope seems to automatically turn <script></script> in to <script/>. ....
I tried to reproduce your problem. However, I did not succeed (with a "text/html" template). It may be that the problem only occurs for "text/xml". Then, Mozilla were wrong and Zope were right as "<script ...></script>" is equivalent to "<script ... />" in XML. Dieter