X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/da4a2b7b6e0f0a487c161959459e68ddaf6e2fdf..5a6da83577935cf4622efa6c7ec32baf80d370fc:/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 '
'; ?>