Browse Source

fix: typo in suggestions

Lea 2 years ago
parent
commit
a530ac4099
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/simple/results.html

+ 1 - 1
searx/templates/simple/results.html

@@ -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') }}">