aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 07:40:59 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 07:40:59 +0100
commitbe6ef3df293f93037e787cc52151c6ee9e9f3be6 (patch)
tree7b1d9275722e79460f2676a83fa17d4e3f69026b
parentFixed: missing parameter name in tmpl.render(). (diff)
downloadnewspipe-be6ef3df293f93037e787cc52151c6ee9e9f3be6.tar.gz
newspipe-be6ef3df293f93037e787cc52151c6ee9e9f3be6.tar.bz2
newspipe-be6ef3df293f93037e787cc52151c6ee9e9f3be6.zip
Updated 'meta' HTML tag of the authentication page.
-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