X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b27926fd4d96e0bcb0471543e4f29c14752f43e2..01b009ff24494408b8b568bcc0f6c4ad4156b9ce:/lib/template/address-html.php?ds=inline diff --git a/lib/template/address-html.php b/lib/template/address-html.php index 63072911..165b2a9d 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -9,12 +9,14 @@ - +
- +
@@ -83,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 '
'; ?>