mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] categories.html: can't select social media category using search on category select
This commit is contained in:
		
							parent
							
								
									e37d775fa2
								
							
						
					
					
						commit
						75587d03a6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
            {%- if display_tooltip %}<div class="help">{{ _('Click on the magnifier to perform search') }}</div>{% endif -%}
 | 
			
		||||
        {%- else -%}
 | 
			
		||||
            {%- for category in categories_as_tabs -%}{{- '\n' -}}
 | 
			
		||||
                <button type="submit" name="category_{{ category|replace(' ', '_') }}" class="category category_button {% if category in selected_categories %}selected{% endif %}">
 | 
			
		||||
                <button type="submit" name="category_{{ category }}" class="category category_button {% if category in selected_categories %}selected{% endif %}">
 | 
			
		||||
                    {{- icon_big(category_icons[category]) if category in category_icons else icon_big('globe-outline') -}}
 | 
			
		||||
                    <div class="category_name">{{- _(category) -}}</div>{{- '' -}}
 | 
			
		||||
                </button>{{- '' -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue