[fix] static path fixed in templates and webapp, line endings fixed

This commit is contained in:
misnyo 2017-09-08 20:33:14 +02:00
parent f4df27fa59
commit ae99f9070c
5 changed files with 112 additions and 113 deletions

View file

@ -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',