]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
UI: minimap causes main map not to initialize
[nominatim.git] / website / reverse.php
index 85ca19816b196662b7864374c1d8b5863e264fdf..b6d0f5e6de0b3d406bfc99f94ab25cf349403650 100755 (executable)
@@ -46,7 +46,7 @@ if ($sOsmType && $iOsmId > 0) {
         }
     }
 } elseif ($sOutputFormat != 'html') {
-    userError("Need coordinates or OSM object to lookup.");
+    userError('Need coordinates or OSM object to lookup.');
 }
 
 if (isset($aPlace)) {