forked from Ponysearch/Ponysearch
Remove rtl exception
This right-to-left exception doesn't seem to be called for.
This commit is contained in:
parent
f9f0c2ec03
commit
100a150a33
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue