This commit is contained in:
iFargle
2023-02-15 13:23:25 +09:00
parent 93cebae742
commit c7b9db7cd4
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ def settings_page():
@app.route('/error')
def error_page():
return render_template('error.html',
ERROR_MESSAGE = helper.startup_checks()
ERROR_MESSAGE = Markup(helper.startup_checks())
)
########################################################################################

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html id="page">
<head>
<title>●::[●●] {% block title %} {% endblock %}</title>
<title>●::[●●] Error</title>
<link rel="apple-touch-icon" sizes="57x57" href="static/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/img/favicon/apple-icon-60x60.png">