mirror of https://github.com/searxng/searxng.git
[fix] result url block selection
This commit is contained in:
parent
7013c3dc0d
commit
0c9c063141
|
@ -30,7 +30,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small>
|
<small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small>
|
||||||
</div>
|
</div>
|
||||||
<span class="text-muted"><small>{{ result.pretty_url }}</small></span>
|
<div class="text-muted"><small>{{ result.pretty_url }}</small></div>
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
<!-- Draw result footer -->
|
<!-- Draw result footer -->
|
||||||
|
|
Loading…
Reference in New Issue