From dd52a99bf4b1709c20ca115010372ce3994abd86 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 17 Sep 2005 01:20:50 +0000 Subject: [PATCH] Change IE content type to be "text/html". --- v7/src/ssp/mod-lisp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/ssp/mod-lisp.scm b/v7/src/ssp/mod-lisp.scm index f44a9fc67..3305a9d2a 100644 --- a/v7/src/ssp/mod-lisp.scm +++ b/v7/src/ssp/mod-lisp.scm @@ -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) -- 2.25.1