[21917] users/mww/map.html

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 11 11:03:32 PST 2007


Revision: 21917
          http://trac.macosforge.org/projects/macports/changeset/21917
Author:   mww at macports.org
Date:     2007-02-11 11:03:31 -0800 (Sun, 11 Feb 2007)

Log Message:
-----------
add missing script element around script code..

Modified Paths:
--------------
    users/mww/map.html

Modified: users/mww/map.html
===================================================================
--- users/mww/map.html	2007-02-11 19:01:51 UTC (rev 21916)
+++ users/mww/map.html	2007-02-11 19:03:31 UTC (rev 21917)
@@ -16,6 +16,9 @@
 
 <div id="map" style="width: 1000px; height: 600px"></div>
 
+<script type="text/javascript">
+//<![CDATA[
+
 // Show map
 var map = new GMap(document.getElementById("map"));
 map.addControl(new GLargeMapControl());
@@ -61,5 +64,9 @@
 }
 request.send(null);
 
+//]]>
+</script>
+
 </body>
 </html>
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070211/26bebbea/attachment.html


More information about the macports-changes mailing list