X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2cf21a3008ce527cfd22a7c2ab3bf7a13bb23e38..5a6da83577935cf4622efa6c7ec32baf80d370fc:/lib/template/address-html.php?ds=sidebyside 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 '
'; ?>