From 9a4732532bd7ebfa9f9efdcf2fb97bcd4a635319 Mon Sep 17 00:00:00 2001 From: webgeer <webgeer@22688.no-reply.drupal.org> Date: Sun, 15 Jan 2006 22:21:42 +0000 Subject: [PATCH] fix for http://drupal.org/node/44574 --- gmap.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmap.module b/gmap.module index 6586e53..bf78393 100644 --- a/gmap.module +++ b/gmap.module @@ -453,7 +453,7 @@ function _gmap_doheader(){ behavior:url(#default#VML); } </style> - <script src="http://maps.google.com/maps?file=api&v=1&key='.variable_get('googlemap_api_key', '').'" type="text/javascript"></script><script src="http://maps.google.com/maps?file=api&v=1&key='.variable_get('googlemap_api_key', '').'" type="text/javascript"></script> + <script src="http://maps.google.com/maps?file=api&v=1&key='.variable_get('googlemap_api_key', '').'" type="text/javascript"></script> <script language="javascript"> //<![CDATA[ var gmap_torun= new Array(); -- GitLab