Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Declare character encoding within the document
Fixes W3C validator warning: "It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc."
  • Loading branch information
zoffixznet committed Apr 3, 2015
1 parent 3aa4c7f commit 7da7a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/header
Expand Up @@ -4,6 +4,7 @@

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>[% readvar title %]</title>
[% ifvar more_header %] [% readvar more_header %] [%endifvar%]
<meta name=viewport content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 7da7a96

Please sign in to comment.