diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-06-20 19:09:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 19:09:17 +0200 |
| commit | bd5d1c00a0544f96886b34a3a56593a1cf25f367 (patch) | |
| tree | a1c7346261f563937bec1e32a9cfde758d464e93 /searx/templates/simple/result_templates/code.html | |
| parent | 8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84 (diff) | |
| parent | 88f62cf0df9811918ba3f72c8d63936760830468 (diff) | |
Merge pull request #1353 from return42/clean-up
[fix] clean up templates / remove import of result_footer_rtl macro
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 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) -}} |