From 100a150a336ee7d612907351e7d0c3127b22c688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=B3genes=20Oliveira?= Date: Sun, 14 Jan 2024 15:57:03 -0300 Subject: [PATCH] Remove rtl exception This right-to-left exception doesn't seem to be called for. --- searx/templates/simple/result_templates/files.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/searx/templates/simple/result_templates/files.html b/searx/templates/simple/result_templates/files.html index 5b74b9239..0a1424da6 100644 --- a/searx/templates/simple/result_templates/files.html +++ b/searx/templates/simple/result_templates/files.html @@ -49,8 +49,4 @@ {%- if result.mtype %}{{ _('Type') }}{{ result.mtype|safe }}/{{ result.subtype|safe }}{% endif -%} -{%- if rtl -%} -{{ result_sub_footer(result) }} -{%- else -%} {{ result_footer(result) }} -{%- endif -%}