[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Change to HTML so that MSIE wont freak out on XHTML.



Update of /home/minion/cvsroot/doc/website
In directory moria.mit.edu:/tmp/cvs-serv16599

Modified Files:
	index.html 
Log Message:
Change to HTML so that MSIE wont freak out on XHTML.

Index: index.html
===================================================================
RCS file: /home/minion/cvsroot/doc/website/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- index.html	5 Sep 2003 21:31:35 -0000	1.10
+++ index.html	8 Sep 2003 05:11:03 -0000	1.11
@@ -1,7 +1,5 @@
-<?xml version="1.0"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+          "http://www.w3.org/TR/html4/transitional.dtd";>
 <!-- *******************************************************
      $Id$
 
@@ -10,13 +8,13 @@
      *******************************************************
   -->
 
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html>
 <head>
 <title>Mixminion: a Type III anonymous remailer</title>
-<meta name="Author" content="Roger Dingledine - arma@mit.edu" />
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<link rel="stylesheet" type="text/css" href="./minion.css" />
+<meta name="Author" content="Roger Dingledine - arma@mit.edu">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<link rel="stylesheet" type="text/css" href="./minion.css">
 </head>
 
 <body>