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

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
{{! Document Settings }} {{! 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" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
{{! Page Meta }} {{! Page Meta }}