Subject: | JavaScript tags break in some browsers |
The JavaScript for controlling the map produced by the render method is incorrect and breaks
in some browsers. I found this problem with version 3.1.2 of Safari on Mac OS X.
Specifically, the opening JavaScript tag is a self-closing tag, which is not correct as there is an
actual closing JavaScript tag to enclose the CDATA section.
The following line:
<script type=\"text/javascript\" />
Should be:
<script type=\"text/javascript\">
Hopefully this code will display - it is around line 350 where the $text variable is being