aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-04-17 15:31:03 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-17 16:49:38 +0200
commit7c020a3bc61a5922f607734e65f33bf7d6523f5b (patch)
tree3f2590d1b52d4ba67c5e94b39736c3fd7a31b9fe /root
parent9981494a9e4f2272b85eb3a5672b8b7392d52ca1 (diff)
downloadidentity-7c020a3bc61a5922f607734e65f33bf7d6523f5b.tar
identity-7c020a3bc61a5922f607734e65f33bf7d6523f5b.tar.gz
identity-7c020a3bc61a5922f607734e65f33bf7d6523f5b.tar.bz2
identity-7c020a3bc61a5922f607734e65f33bf7d6523f5b.tar.xz
identity-7c020a3bc61a5922f607734e65f33bf7d6523f5b.zip
Fix the charset meta tag (mga#20687)
Diffstat (limited to 'root')
-rw-r--r--root/template/html2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/template/html b/root/template/html
index fe90adb..0b8d055 100644
--- a/root/template/html
+++ b/root/template/html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
- <meta charset="utf-8">
<title>[% template.title or site.title or c.config.apptitle %]</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="[% template.title or site.title or c.config.apptitle %]">
<meta name="robots" content="index,nofollow">
<link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css">