X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8f884d7f2334d291b3dab88d249ec663df85205d..c5fe2ac2067c7154370c3abd6ccca45b0d657547:/lib/template/address-html.php?ds=inline diff --git a/lib/template/address-html.php b/lib/template/address-html.php index e022b604..5be714d3 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -85,7 +85,7 @@ else echo ' ('.ucwords(str_replace('_',' ',$aResult['type'])).')'; echo '
'.$aResult['lat'].','.$aResult['lon'].'
'; - echo ' details'; + echo detailsPermaLink($aResult, 'details', 'class="btn btn-default btn-xs details"'); echo ''; ?>