Remove rtl exception

This right-to-left exception doesn't seem to be called for.
pull/3174/head
Hermógenes Oliveira 5 months ago committed by Markus Heiser
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 -%}
</table>
{%- if rtl -%}
{{ result_sub_footer(result) }}
{%- else -%}
{{ result_footer(result) }}
{%- endif -%}

Loading…
Cancel
Save