diff options
Diffstat (limited to 'searx/templates/simple/result_templates/torrent.html')
| -rw-r--r-- | searx/templates/simple/result_templates/torrent.html | 2 |
1 files changed, 1 insertions, 1 deletions
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') }} <span class="badge">{{ result.files }} {{ _('Number of Files') }}</span>{%- endif -%} </p> {%- if result.content %}<p class="content">{{ result.content|safe }}</p>{%- endif -%} -{{- result_sub_footer(result, proxify) -}} +{{- result_sub_footer(result) -}} {{- result_footer(result) -}} |