X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/da4a2b7b6e0f0a487c161959459e68ddaf6e2fdf..0698757e6e04e2a875ebd345b07d19f263fa4084:/lib/template/address-html.php diff --git a/lib/template/address-html.php b/lib/template/address-html.php index db735477..5be714d3 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -15,7 +15,7 @@ lat - <> + <> lon max zoom @@ -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 ''; ?>