mirror of
https://github.com/searxng/searxng.git
synced 2024-11-26 21:01:01 +00:00
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':
|
||||
return render(
|
||||
'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),
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue