From ae99f9070c7d96385aaea6d5f3d56cab8d2b3f46 Mon Sep 17 00:00:00 2001 From: misnyo Date: Fri, 8 Sep 2017 20:33:14 +0200 Subject: [fix] static path fixed in templates and webapp, line endings fixed --- searx/webapp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/webapp.py') 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', -- cgit v1.2.3