Correct manifest attribute to the html element, not DOCTYPE...

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@718 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-09-28 00:28:54 +00:00
parent abc9cb8754
commit 1c253e93f0
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html manifest="svg-editor.manifest">
<html>
<!DOCTYPE html>
<html manifest="svg-editor.manifest">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>