aboutsummaryrefslogtreecommitdiff
path: root/source/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/auth.py')
-rwxr-xr-xsource/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth.py b/source/auth.py
index e2bdcf2b..52ceede6 100755
--- a/source/auth.py
+++ b/source/auth.py
@@ -147,7 +147,7 @@ class AuthController(object):
Login page.
"""
msg = ""
- return """<html>
+ return """<!DOCTYPE html>\n<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
</head>
bgstack15