diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 07:40:59 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 07:40:59 +0100 |
commit | be6ef3df293f93037e787cc52151c6ee9e9f3be6 (patch) | |
tree | 7b1d9275722e79460f2676a83fa17d4e3f69026b /source | |
parent | Fixed: missing parameter name in tmpl.render(). (diff) | |
download | newspipe-be6ef3df293f93037e787cc52151c6ee9e9f3be6.tar.gz newspipe-be6ef3df293f93037e787cc52151c6ee9e9f3be6.tar.bz2 newspipe-be6ef3df293f93037e787cc52151c6ee9e9f3be6.zip |
Updated 'meta' HTML tag of the authentication page.
Diffstat (limited to 'source')
-rwxr-xr-x | source/auth.py | 4 |
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> |