diff options
Diffstat (limited to 'searx/templates/simple/result_templates/map.html')
-rw-r--r-- | searx/templates/simple/result_templates/map.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/result_templates/map.html b/searx/templates/simple/result_templates/map.html index 3bdc378d6..d123137cb 100644 --- a/searx/templates/simple/result_templates/map.html +++ b/searx/templates/simple/result_templates/map.html @@ -18,12 +18,12 @@ <span itemprop="streetAddress"> {%- if result.address.house_number -%}{{- result.address.house_number -}}, {% endif %} {{- result.address.road -}} - </span><br/> + </span><br> {%- endif %} {%- if result.address.locality -%} <span itemprop="addressLocality">{{- result.address.locality -}}</span> {%- if result.address.postcode -%}, <span itemprop="postalCode">{{- result.address.postcode -}}</span>{% endif %} - <br/> + <br> {%- endif -%} {%- if result.address.country -%} <span itemprop="addressCountry">{{- result.address.country -}}</span> |