From b609606740db65b6c58c4b3ddd00d5362ae63d35 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 20 Jun 2007 00:08:29 +0000 Subject: [PATCH] Adding missing parentheses. --- app/views/site/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index bb730c448..f8c0f02f4 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -55,7 +55,7 @@ function init(){ OpenLayers.Util.onImageLoadError = function() { - this.src = OpenLayers.Util.getImagesLocation + "404.png"; + this.src = OpenLayers.Util.getImagesLocation() + "404.png"; } map = new OpenLayers.Map( "map", {maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), numZoomLevels:19, maxResolution:156543, units:'meters', projection: "EPSG:41001"} ); -- 2.45.1