X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dedf56b5f89e5bc301028dcf6425b6a90802e8cc..45bc511955022f15fd621d04f52cadd258b75e8a:/lib/template/details-html.php?ds=sidebyside diff --git a/lib/template/details-html.php b/lib/template/details-html.php index 00d6ba63..89c1c543 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -184,17 +184,14 @@ - if ($aPlaceSearchNameKeywords) + if ($bIncludeKeywords) { headline('Name Keywords'); foreach($aPlaceSearchNameKeywords as $aRow) { _one_keyword_row($aRow['word_token'], $aRow['word_id']); } - } - if ($aPlaceSearchAddressKeywords) - { headline('Address Keywords'); foreach($aPlaceSearchAddressKeywords as $aRow) {