[or-cvs] r23521: {website} change the DOCTYPE to non xhtml. (website/trunk/include)

Andrew Lewman andrew at torproject.org
Sat Oct 9 22:53:03 UTC 2010


Author: phobos
Date: 2010-10-09 22:53:02 +0000 (Sat, 09 Oct 2010)
New Revision: 23521

Modified:
   website/trunk/include/head.wmi
Log:
change the DOCTYPE to non xhtml.


Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi	2010-10-09 22:33:19 UTC (rev 23520)
+++ website/trunk/include/head.wmi	2010-10-09 22:53:02 UTC (rev 23521)
@@ -6,8 +6,8 @@
 #use "versions.wmi"
 #use "navigation.wmi"
 
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
 <head>
   <title>$(TITLE)</title>
   <link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico" //>



More information about the tor-commits mailing list