diff options
-rwxr-xr-x | htdocs/header.html | 3 |
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> |