Merge pull request #19 from JamieBallingall/master
Remove xmlns:foo=... from index.html
This commit is contained in:
commit
71dca24d9d
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:foo="http://www.w3.org/2000/svg">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>My Halogen App</title>
|
||||
|
Loading…
Reference in New Issue
Block a user