From: Chris Hanson Date: Sat, 17 Sep 2005 01:20:50 +0000 (+0000) Subject: Change IE content type to be "text/html". X-Git-Tag: 20090517-FFI~1219 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=dd52a99bf4b1709c20ca115010372ce3994abd86;p=mit-scheme.git Change IE content type to be "text/html". --- 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)