X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2cf21a3008ce527cfd22a7c2ab3bf7a13bb23e38..d3425c4fa916369116dec8a3f20d73b7ee9bd512:/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 '
'; ?>