From 12af3b39db32c08fc0a2c85440a5070b3c48df0d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 9 Jun 2021 17:33:41 +0200 Subject: [fix] make simple/result_templates/map.html more CSP compliant [1] [1] https://github.com/searxng/searxng/issues/57 Signed-off-by: Markus Heiser --- searx/templates/simple/result_templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates') diff --git a/searx/templates/simple/result_templates/map.html b/searx/templates/simple/result_templates/map.html index bb62d8440..8b08bda6e 100644 --- a/searx/templates/simple/result_templates/map.html +++ b/searx/templates/simple/result_templates/map.html @@ -11,7 +11,7 @@ {{ result.address_label or _('address') }} {%- if result.address.name -%} - {{ result.address.name }} + {%- endif -%} {% if result.address.road -%} -- cgit v1.2.3