diff options
-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 -%} |