diff options
Diffstat (limited to 'root/template/html')
-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"> |