summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2002-09-08 19:21:16 +0000
committerville <ville@localhost>2002-09-08 19:21:16 +0000
commit2f748ebc752bd0a8dfa32fbbb622943d0c3b7853 (patch)
tree4e2f5e38f169409ad3b73df284171ac91ae4a376
parente8bcb33198206f4cdd09abdc1c217cf8d668e6b5 (diff)
downloadmarkup-validator-2f748ebc752bd0a8dfa32fbbb622943d0c3b7853.zip
markup-validator-2f748ebc752bd0a8dfa32fbbb622943d0c3b7853.tar.gz
markup-validator-2f748ebc752bd0a8dfa32fbbb622943d0c3b7853.tar.bz2
Add XML declaration (as recommended in XHTML 1.0 spec, section 3.1).
-rwxr-xr-xhtdocs/header.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/header.html b/htdocs/header.html
index bb946d6..8c61ab5 100755
--- a/htdocs/header.html
+++ b/htdocs/header.html
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
@@ -11,7 +12,7 @@
<meta name="description" content="W3C's easy-to-use
HTML validation service, based on an SGML parser." />
<meta name="revision" content="<!--#echo var="revision" -->" />
- <!-- SSI Template Version: $Id: header.html,v 1.10 2002-08-20 01:51:23 link Exp $ -->
+ <!-- SSI Template Version: $Id: header.html,v 1.11 2002-09-08 19:21:16 ville Exp $ -->
</head>
<body>