X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/da4a2b7b6e0f0a487c161959459e68ddaf6e2fdf..5872b8123254e20c08a4192091b6e1cea7eaa69c:/lib/template/address-html.php diff --git a/lib/template/address-html.php b/lib/template/address-html.php index db735477..165b2a9d 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -9,13 +9,13 @@ - +
- +
@@ -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 '
'; ?>