Fixed invalid meta tag. charset should be declared in the content attribute.

This commit is contained in:
Kevin C 2013-10-18 10:08:42 -05:00
parent 6096654136
commit 58efcd6777
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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
{{! Page Meta }}