diff options
Diffstat (limited to 'searx/templates/simple/elements/corrections.html')
| -rw-r--r-- | searx/templates/simple/elements/corrections.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/elements/corrections.html b/searx/templates/simple/elements/corrections.html index 57556b43f..570fb76e1 100644 --- a/searx/templates/simple/elements/corrections.html +++ b/searx/templates/simple/elements/corrections.html @@ -2,7 +2,7 @@ <h4 id="corrections-title">{{ _('Try searching for:') }}</h4> {% for correction in corrections %} <div class="left"> - <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="navigation"> + <form method="{{ method }}" action="{{ url_for('search') }}" role="navigation"> {% for category in selected_categories %} <input type="hidden" name="category_{{ category }}" value="1"> {% endfor %} |
