diff options
author | Hermógenes Oliveira <OliveiraHermogenes@users.noreply.github.com> | 2024-01-14 15:57:03 -0300 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-01-31 20:03:10 +0100 |
commit | 100a150a336ee7d612907351e7d0c3127b22c688 (patch) | |
tree | c4d8f49da02a108d8024cadc33df60345364c167 /searx/templates | |
parent | f9f0c2ec03bae58ec3bc81295adaf06727b81b16 (diff) | |
download | searxng-100a150a336ee7d612907351e7d0c3127b22c688.tar.gz searxng-100a150a336ee7d612907351e7d0c3127b22c688.zip |
Remove rtl exception
This right-to-left exception doesn't seem to be called for.
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/simple/result_templates/files.html | 4 |
1 files changed, 0 insertions, 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 %}<tr><td>{{ _('Type') }}</td><td>{{ result.mtype|safe }}/{{ result.subtype|safe }}</td></tr>{% endif -%} </table> -{%- if rtl -%} -{{ result_sub_footer(result) }} -{%- else -%} {{ result_footer(result) }} -{%- endif -%} |