mirror of
https://github.com/searxng/searxng.git
synced 2024-11-17 09:50:13 +01:00
Remove rtl exception
This right-to-left exception doesn't seem to be called for.
This commit is contained in:
parent
f9f0c2ec03
commit
100a150a33
@ -49,8 +49,4 @@
|
|||||||
{%- if result.mtype %}<tr><td>{{ _('Type') }}</td><td>{{ result.mtype|safe }}/{{ result.subtype|safe }}</td></tr>{% endif -%}
|
{%- if result.mtype %}<tr><td>{{ _('Type') }}</td><td>{{ result.mtype|safe }}/{{ result.subtype|safe }}</td></tr>{% endif -%}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{%- if rtl -%}
|
|
||||||
{{ result_sub_footer(result) }}
|
|
||||||
{%- else -%}
|
|
||||||
{{ result_footer(result) }}
|
{{ result_footer(result) }}
|
||||||
{%- endif -%}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user