X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2361ca2c718bd650d187a618ebb465b11f5b81b7..8201c7f46cbb253fe5f502bc4c398c5133f01bfe:/lib/template/address-html.php diff --git a/lib/template/address-html.php b/lib/template/address-html.php index e022b604..165b2a9d 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -9,7 +9,7 @@ - +
- +
@@ -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 '
'; ?>