X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a3728b718882dc1cbdf4e4e3853d938656d077e4..6a4192d3d18e9db2dce7d8f9f1b229d5ae9f7c6f:/lib/template/address-html.php diff --git a/lib/template/address-html.php b/lib/template/address-html.php index 9b098428..5be714d3 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -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 ''; ?>