summaryrefslogtreecommitdiff
path: root/searx/templates/simple/result_templates/code.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-06-20 19:00:10 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2022-06-20 19:00:10 +0200
commit88f62cf0df9811918ba3f72c8d63936760830468 (patch)
treea1c7346261f563937bec1e32a9cfde758d464e93 /searx/templates/simple/result_templates/code.html
parent8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84 (diff)
[fix] clean up templates / remove import of result_footer_rtl macro
A macro named 'result_footer_rtl' does not exists. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/templates/simple/result_templates/code.html')
-rw-r--r--searx/templates/simple/result_templates/code.html2
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 54bee0fbf..3fe429caa 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 with context %}
+{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %}
{{ result_header(result, favicons, image_proxify) -}}
{{- result_sub_header(result) -}}