Moved DOCTYPE above Copyright notice so IE wont bug out
This commit is contained in:
parent
bbccef275e
commit
f723d7bd69
@ -1,3 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--
|
||||
Copyright 2014 Jack-Benny Persson <jack-benny@cyberinfo.se>
|
||||
|
||||
@ -33,8 +35,6 @@ $aboutPage = new Page("About", "about.html");
|
||||
$contactPage = new Page("Contact", "contact.html");
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>My Blog</title>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user