mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	fix: typo in suggestions
This commit is contained in:
		
							parent
							
								
									415f6398d6
								
							
						
					
					
						commit
						a530ac4099
					
				| @ -65,7 +65,7 @@ | |||||||
| 
 | 
 | ||||||
|         {% if suggestions %} |         {% if suggestions %} | ||||||
|         <div id="suggestions" role="complementary" aria-labelledby="suggestions-title"> |         <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"> | 	  <div class="wrapper"> | ||||||
|             {% for suggestion in suggestions %} |             {% for suggestion in suggestions %} | ||||||
|             <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}"> |             <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user