Permalink
Browse files

Merge pull request #102 from everyx/everyxpatch-1

using html5 meta charset tag
  • Loading branch information...
2 parents 16b9296 + 0b63955 commit 9888d4a1d29152e2278beb94dc43cee171cc2ea5 @mmcgrana committed Sep 5, 2015
Showing with 2 additions and 2 deletions.
  1. +1 −1 templates/example.tmpl
  2. +1 −1 templates/index.tmpl
View
2 templates/example.tmpl
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: {{.Name}}</title>
<link rel=stylesheet href="site.css">
</head>
View
2 templates/index.tmpl
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example</title>
<link rel=stylesheet href="site.css">
</head>

0 comments on commit 9888d4a

Please sign in to comment.