Mercurial > wikked
changeset 269:294b2f23cba9
Set an UTF8 charset.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 25 Sep 2014 07:52:55 -0700 |
parents | f52ca91d1d27 |
children | 0c19c4a8c959 |
files | wikked/templates/index-dev.html wikked/templates/index.html |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/templates/index-dev.html Thu Sep 25 07:52:39 2014 -0700 +++ b/wikked/templates/index-dev.html Thu Sep 25 07:52:55 2014 -0700 @@ -2,6 +2,7 @@ <html> <head> <title>Wikked</title> + <meta charset="utf-8"></meta> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="/static/css/wikked.min.css" /> </head>
--- a/wikked/templates/index.html Thu Sep 25 07:52:39 2014 -0700 +++ b/wikked/templates/index.html Thu Sep 25 07:52:55 2014 -0700 @@ -2,6 +2,7 @@ <html> <head> <title>Wikked</title> + <meta charset="utf-8"></meta> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="/static/css/wikked.min.css" /> </head>