mirror of https://github.com/searxng/searxng.git
[fix] rtl result template
This commit is contained in:
parent
1ee2a3d25d
commit
36c8977390
|
@ -40,8 +40,7 @@
|
|||
<span class="label label-default">{{ engine }}</span>
|
||||
{% endfor %}
|
||||
<small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small>
|
||||
</div>
|
||||
<span class="text-muted"><small>{{ result.pretty_url }}</small></span>
|
||||
<div class="text-muted"><small>{{ result.pretty_url }}</small></div>
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro preferences_item_header(info, label, rtl) -%}
|
||||
|
|
Loading…
Reference in New Issue