summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authormisnyo <misnyo@misnyo.eu>2017-09-08 20:33:14 +0200
committermisnyo <misnyo@misnyo.eu>2017-09-08 20:33:14 +0200
commitae99f9070c7d96385aaea6d5f3d56cab8d2b3f46 (patch)
tree146105a6531d5ca1f8fe107e5c2696412e20b7b2 /searx/webapp.py
parentf4df27fa59c21f6c776081364afb2ab1a8b83b74 (diff)
[fix] static path fixed in templates and webapp, line endings fixed
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 3afdbefd8..0751fb983 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -792,7 +792,8 @@ def opensearch():
@app.route('/favicon.ico')
def favicon():
return send_from_directory(os.path.join(app.root_path,
- 'static/themes',
+ static_path,
+ 'themes',
get_current_theme_name(),
'img'),
'favicon.png',