X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/76b9eb809815f0cc472bb2c8a8e6b613a4973e24..6fef943e49ddd719524d1987e134d97fa89f2157:/lib/template/details-error-html.php
diff --git a/lib/template/details-error-html.php b/lib/template/details-error-html.php
index 1c6d2a0a..545dc52b 100644
--- a/lib/template/details-error-html.php
+++ b/lib/template/details-error-html.php
@@ -13,7 +13,7 @@
{
$sOSMType = ($aFeature['osm_type'] == 'N'?'node':($aFeature['osm_type'] == 'W'?'way':($aFeature['osm_type'] == 'R'?'relation':'')));
if ($sOSMType) {
- return ''.$sOSMType.' '.$aFeature['osm_id'].'';
+ return ''.$sOSMType.' '.$aFeature['osm_id'].'';
}
return '';
}
@@ -130,4 +130,4 @@