diff options
author | Stefan Kangas <skangas@skangas.se> | 2010-12-13 11:17:53 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2010-12-13 11:17:53 +0100 |
commit | 8d72f1a0a1d4c25c02253fc7003380b743c1df29 (patch) | |
tree | 405e210e5a6b298cd822b25c7243594a5114cdb8 | |
parent | 8c8928672e34b5925df396a4e18a4aa201ac1045 (diff) |
Add xmlns attribute for element html.
-rw-r--r-- | contact.html | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | membership.html | 2 | ||||
-rw-r--r-- | organisation.html | 2 |
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"/> @@ -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"/> |