[or-cvs] We don"t claim to do XML anymore, but at least our HTML now...

Peter Palfrader weasel at seul.org
Wed Feb 8 12:05:08 UTC 2006


Update of /home/or/cvsroot/website/include
In directory moria:/tmp/cvs-serv30916/include

Modified Files:
	head.wmi 
Log Message:
We don't claim to do XML anymore, but at least our HTML now validates

Index: head.wmi
===================================================================
RCS file: /home/or/cvsroot/website/include/head.wmi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -d -r1.11 -r1.12
--- head.wmi	26 Jan 2006 23:34:44 -0000	1.11
+++ head.wmi	8 Feb 2006 12:05:06 -0000	1.12
@@ -6,8 +6,10 @@
 #use "versions.wmi"
 #use "navigation.wmi"
 
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+#<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+#<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<html>
 <head>
   <title>Tor: $(TITLE)</title>
   <meta name="Author" content="Roger Dingledine" />



More information about the tor-commits mailing list