Merge branch 'rtl' of github.com:Cqoicebordel/searx

This commit is contained in:
Adam Tauber 2015-02-10 15:23:56 +01:00
parent c711212662
commit df9cf9d09b
28 changed files with 293 additions and 99 deletions

View file

@ -20,4 +20,8 @@
</div>
</div>
{% if rtl %}
{{ result_footer_rtl(result) }}
{% else %}
{{ result_footer(result) }}
{% endif %}