Change IE content type to be "text/html".
authorChris Hanson <org/chris-hanson/cph>
Sat, 17 Sep 2005 01:20:50 +0000 (01:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 17 Sep 2005 01:20:50 +0000 (01:20 +0000)
v7/src/ssp/mod-lisp.scm

index f44a9fc675ca9174da07e6a7cc767a6c0b0e8f74..3305a9d2ab9fb92e85795ce184d5cf1617eb06f3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: mod-lisp.scm,v 1.28 2005/03/31 05:24:39 cph Exp $
+$Id: mod-lisp.scm,v 1.29 2005/09/17 01:20:50 cph Exp $
 
 Copyright 2003,2004,2005 Massachusetts Institute of Technology
 
@@ -646,7 +646,7 @@ USA.
   (if (let ((type (http-browser-type)))
        (and (pair? type)
             (eq? (car type) 'IE)))
-      "text/xml"
+      "text/html"
       "application/xhtml+xml"))
 
 (define (http-browser-type)