fix: typo in suggestions

This commit is contained in:
Lea 2023-01-17 10:31:57 +01:00
parent 13b0c251c4
commit 1b3d7e9cb2
No known key found for this signature in database
GPG key ID: 1BAFFE8347019C42

View file

@ -65,7 +65,7 @@
{% if suggestions %}
<div id="suggestions" role="complementary" aria-labelledby="suggestions-title">
<h4 class="title" id="suggestions-title">{{ _('Suggestions') }} : </h4>
<h4 class="title" id="suggestions-title">{{ _('Suggestions') }}: </h4>
<div class="wrapper">
{% for suggestion in suggestions %}
<form method="{{ method or 'POST' }}" action="{{ url_for('search') }}">