Thomas Pointhuber il y a 10 ans
Parent
révision
a53c688879
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py Voir le fichier

@@ -261,7 +261,7 @@ def render(template_name, override_theme=None, **kwargs):
261 261
 
262 262
     if 'autocomplete' not in kwargs:
263 263
         kwargs['autocomplete'] = autocomplete
264
-    
264
+
265 265
     if 'bootstrap_theme' not in kwargs:
266 266
         kwargs['bootstrap_theme'] = request.cookies.get('bootstrap_theme', 'default')
267 267