2
0
mirror of https://github.com/searx/searx synced 2025-09-03 16:06:05 +00:00

Merge branch 'master' into patch-1

This commit is contained in:
Noémi Ványi
2020-08-01 21:52:19 +02:00
committed by GitHub

View File

@@ -83,6 +83,7 @@
{% if corrections -%}
<div class="result">
<div class="clearfix">
<span class="result_header text-muted form-inline pull-left suggestion_item">{{ _('Try searching for:') }}</span>
{% for correction in corrections -%}
<form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" role="navigation" class="form-inline pull-left suggestion_item">{{- "" -}}
@@ -91,6 +92,7 @@
</form>
{% endfor %}
</div>
</div>
{%- endif %}
{% if answers -%}