aboutsummaryrefslogtreecommitdiff
path: root/source/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/auth.py')
-rwxr-xr-xsource/auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auth.py b/source/auth.py
index 1a5891cf..66e8200f 100755
--- a/source/auth.py
+++ b/source/auth.py
@@ -218,9 +218,9 @@ class AuthController(object):
"""
return """<!DOCTYPE html>\n<html>
<head>
+ <meta charset="utf-8" />
<title>pyAggr3g470r</title>
- <link rel="stylesheet" type="text/css" href="/css/log.css" />
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <link rel="stylesheet" href="/css/log.css" />
</head>
<body>
<div>
bgstack15