projects
/
www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526fc45
)
move content-type meta tag to the top of <head> section
author
Steven McDonald
<steven@steven-mcdonald.id.au>
Wed, 28 Sep 2011 11:44:39 +0000
(21:44 +1000)
committer
Steven McDonald
<steven@steven-mcdonald.id.au>
Wed, 28 Sep 2011 11:44:39 +0000
(21:44 +1000)
head.shtml
patch
|
blob
|
history
diff --git
a/head.shtml
b/head.shtml
index 1bb1e7dccfbf1032f247e546953b7950fff819a6..172d9c682b37f5750ecb89d395fe68211fcb257d 100644
(file)
--- a/
head.shtml
+++ b/
head.shtml
@@
-1,7
+1,7
@@
<head>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>
<!--#include virtual="/sitename.txt"-->
</title>
<link rel="stylesheet" href="/style.css" type="text/css">
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>