diff options
author | Frédéric Buclin <LpSolit@netscape.net> | 2017-04-17 15:31:03 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-17 16:49:31 +0200 |
commit | 095c37d101b02508b745ff12e6f48e8e3458cdf2 (patch) | |
tree | 23619077d6685fcc7dba497c7fe6933ae861a277 /root/template | |
parent | 3f0349b374e0883fe4ddada7286aef73da1e376e (diff) | |
download | identity-095c37d101b02508b745ff12e6f48e8e3458cdf2.tar identity-095c37d101b02508b745ff12e6f48e8e3458cdf2.tar.gz identity-095c37d101b02508b745ff12e6f48e8e3458cdf2.tar.bz2 identity-095c37d101b02508b745ff12e6f48e8e3458cdf2.tar.xz identity-095c37d101b02508b745ff12e6f48e8e3458cdf2.zip |
Fix the charset meta tag (mga#20687)
Diffstat (limited to 'root/template')
-rw-r--r-- | root/template/html | 2 |
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"> |