X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3737712044b50ec1319afeebcd24d0ca2d0b181d..57ae3d03a1ccfb464216b58e7e70abaf3a3d8c48:/lib/output.php diff --git a/lib/output.php b/lib/output.php index 9d4b7502..8715efbc 100644 --- a/lib/output.php +++ b/lib/output.php @@ -48,5 +48,5 @@ function detailsPermaLink($aFeature, $sRefText = false) $sLabel = $sRefText ? $sRefText : $sOSMType.' '.$aFeature['osm_id']; return ''.$sLabel.''; } - return ''; + return detailsLink($aFeature, $sRefText); }