From 3167d645e8dd0e9a85e997888ecf543ddea367a8 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 5 Nov 2021 09:36:19 +0100 Subject: [fix] simple theme: fix open in a new tab preference --- searx/templates/simple/result_templates/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/result_templates/code.html') diff --git a/searx/templates/simple/result_templates/code.html b/searx/templates/simple/result_templates/code.html index 9db05311f..54bee0fbf 100644 --- a/searx/templates/simple/result_templates/code.html +++ b/searx/templates/simple/result_templates/code.html @@ -1,4 +1,4 @@ -{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %} +{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %} {{ result_header(result, favicons, image_proxify) -}} {{- result_sub_header(result) -}} -- cgit v1.2.3