X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/effd8e12af440586594a18a04beb33abed260d15..a3728b718882dc1cbdf4e4e3853d938656d077e4:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 58d3dbd7..c42476bf 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -17,19 +17,16 @@
- - + - +
- + > +
@@ -56,11 +53,11 @@ echo ' ('.ucwords(str_replace('_',' ',$aResult['class'])).')'; else echo ' ('.ucwords(str_replace('_',' ',$aResult['type'])).')'; - echo ' details'; + echo ' details'; echo ''; $i = $i+1; } - if (sizeof($aSearchResults) && $sMoreURL) + if (!empty($aSearchResults) && $sMoreURL) { echo '
Search for more results
'; }