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/torrent.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'searx/templates/simple/result_templates/torrent.html')
diff --git a/searx/templates/simple/result_templates/torrent.html b/searx/templates/simple/result_templates/torrent.html
index 0c870ae11..27e96dca4 100644
--- a/searx/templates/simple/result_templates/torrent.html
+++ b/searx/templates/simple/result_templates/torrent.html
@@ -19,5 +19,5 @@
{%- if result.files %}{{ icon_big('file') }} {{ result.files }} {{ _('Number of Files') }}{%- endif -%}
{%- if result.content %}{{ result.content|safe }}
{%- endif -%}
-{{- result_sub_footer(result, proxify) -}}
+{{- result_sub_footer(result) -}}
{{- result_footer(result) -}}
--
cgit v1.2.3