diff --git a/gmap.module b/gmap.module index 6eda8474c3a1e03397a405fdfb3685f9ca417d3d..c1f5a9a31e7e9b728ebdddceaf50f6fcaaae3265 100644 --- a/gmap.module +++ b/gmap.module @@ -1104,7 +1104,7 @@ function theme_gmap($element) { // Some markup parsers (IE) don't handle empty inners well. Use the space to let users know javascript is required. // @@@ Bevan sez: Google static maps could be useful here. // @@@ Bdragon sez: Yeah, would be nice, but hard to guarantee functionality. Not everyone uses the static markerloader. - $o = '
'. t('Javascript is required to view this map.') .'
'; + $o = '
'. t('Javascript is required to view this map.') .'
'; // $map can be manipulated by reference. foreach (module_implements('gmap') as $module) {