diff options
-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"/> |