[Kos-cvs] kos-web/include header.php,1.8,1.9

thomas at kos.enix.org thomas at kos.enix.org
Wed Dec 29 01:07:05 CET 2004


Update of /var/cvs/kos/kos-web/include
In directory the-doors:/tmp/cvs-serv25427

Modified Files:
	header.php 
Log Message:
Taiste.


Index: header.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/header.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- header.php	28 Dec 2004 23:44:50 -0000	1.8
+++ header.php	29 Dec 2004 00:07:03 -0000	1.9
@@ -19,9 +19,18 @@
     $title = $toc_entry;
 
   /* Beginning HTML tags, and title */
+  /*
   echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n\n";
   echo "<html>\n";
   echo "<head>\n";
+  */
+
+  echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n";
+  echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"
+                              \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
+  echo "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr\ lang=\"fr\">\n";
+
+  echo "<head>\n";
   echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" />\n";
 
   if ($lang == "en")



More information about the Kos-cvs mailing list