replaced to html5 charset tag

http-equiv="Content-Type" content="text/html" is invalid in HTML5.
This commit is contained in:
Jitendra Vyas 2013-12-28 16:11:19 +05:30 committed by Hannah Wolfe
parent 2d539998d4
commit 97e23d1238
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
{{! Document Settings }}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
{{! Page Meta }}