forked from zaclys/searxng
		
	Fix syntax error
This commit is contained in:
		
							parent
							
								
									4979b4f9d9
								
							
						
					
					
						commit
						844ae0b310
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -577,7 +577,7 @@ def search():
 | 
				
			||||||
        if output_format == 'html':
 | 
					        if output_format == 'html':
 | 
				
			||||||
            return render(
 | 
					            return render(
 | 
				
			||||||
                'index.html',
 | 
					                'index.html',
 | 
				
			||||||
                advanced_search=request.preferences.get_value('advanced_search')
 | 
					                advanced_search=request.preferences.get_value('advanced_search'),
 | 
				
			||||||
                selected_categories=get_selected_categories(request.preferences, request.form),
 | 
					                selected_categories=get_selected_categories(request.preferences, request.form),
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue