--- gmap/gmap.module	2006-02-07 10:00:26.212977104 -0800
+++ gmap.mine/gmap.module	2006-02-07 10:03:08.837254456 -0800
@@ -289,7 +289,7 @@ function gmap_menu($may_cache) {
                     'callback' => 'gmap_macro_page' );
   }
   if (!$may_cache && (strlen(variable_get('googlemap_api_key', '')) > 0)) {
-    $header_text="\n".'<script src="http://maps.google.com/maps?file=api&v=1&key='.variable_get('googlemap_api_key', '').'" type="text/javascript"></script>
+    $header_text="\n".'<script src="http://maps.google.com/maps?file=api&amp;v=1&amp;key='.variable_get('googlemap_api_key', '').'" type="text/javascript"></script>
                  <script language="javascript">
                  //<![CDATA[
                  var gmap_torun= new Array();
@@ -378,7 +378,7 @@ function gmap_macro_page() {
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
   <head>
     <title>GMap Macro Creator</title>
-    <script src="http://maps.google.com/maps?file=api&v=1&key='.variable_get('googlemap_api_key', 'abcdef').'" type="text/javascript"></script>
+    <script src="http://maps.google.com/maps?file=api&amp;v=1&amp;key='.variable_get('googlemap_api_key', 'abcdef').'" type="text/javascript"></script>
     <style type="text/css">
       v\:* {
         behavior:url(#default#VML);
