diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-05 09:36:19 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-11-05 09:36:19 +0100 |
| commit | 3167d645e8dd0e9a85e997888ecf543ddea367a8 (patch) | |
| tree | a2236f4c5f62cd93633227d2f37eed282199f916 /searx/templates/simple/result_templates/code.html | |
| parent | 523b3c095222fc615dc02f27de1e94b2a7b6e270 (diff) | |
[fix] simple theme: fix open in a new tab preference
Diffstat (limited to 'searx/templates/simple/result_templates/code.html')
| -rw-r--r-- | searx/templates/simple/result_templates/code.html | 2 |
1 files changed, 1 insertions, 1 deletions
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) -}} |