From 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sat, 5 Apr 2025 10:59:07 +0200 Subject: [enh] tidy: clean old morty, filtron, searx references Everyone should have already switched from legacy methods --- searx/templates/simple/result_templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/result_templates/map.html') diff --git a/searx/templates/simple/result_templates/map.html b/searx/templates/simple/result_templates/map.html index dc1f06dce..73a2701da 100644 --- a/searx/templates/simple/result_templates/map.html +++ b/searx/templates/simple/result_templates/map.html @@ -43,7 +43,7 @@ {%- endif -%} -{{- result_sub_footer(result, proxify) -}} +{{- result_sub_footer(result) -}} {% if (result.latitude and result.longitude) or result.boundingbox -%} -- cgit v1.2.3