aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2010-12-13 11:17:53 +0100
committerStefan Kangas <skangas@skangas.se>2010-12-13 11:17:53 +0100
commit8d72f1a0a1d4c25c02253fc7003380b743c1df29 (patch)
tree405e210e5a6b298cd822b25c7243594a5114cdb8
parent8c8928672e34b5925df396a4e18a4aa201ac1045 (diff)
Add xmlns attribute for element html.
-rw-r--r--contact.html2
-rw-r--r--index.html2
-rw-r--r--membership.html2
-rw-r--r--organisation.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/contact.html b/contact.html
index 0eda145..8b241db 100644
--- a/contact.html
+++ b/contact.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
diff --git a/index.html b/index.html
index 81bbb90..c97d183 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
diff --git a/membership.html b/membership.html
index de09d52..4af2334 100644
--- a/membership.html
+++ b/membership.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
diff --git a/organisation.html b/organisation.html
index af6473d..5b9bc52 100644
--- a/organisation.html
+++ b/organisation.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>