Skip to content

Commit 00f896a

Browse files
committed
Revert erronious change to XML namespace declaration
1 parent f028b64 commit 00f896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC
22
"-//W3C//DTD XHTML 1.1//EN"
33
"https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4-
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en">
4+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
55
<head>
66
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
77
<link href="favicon.ico" rel="icon" />

0 commit comments

Comments
 (0)