projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87364c4
)
Change IE content type to be "text/html".
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 Sep 2005 01:20:50 +0000
(
01:20
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 Sep 2005 01:20:50 +0000
(
01:20
+0000)
v7/src/ssp/mod-lisp.scm
patch
|
blob
|
history
diff --git
a/v7/src/ssp/mod-lisp.scm
b/v7/src/ssp/mod-lisp.scm
index f44a9fc675ca9174da07e6a7cc767a6c0b0e8f74..3305a9d2ab9fb92e85795ce184d5cf1617eb06f3 100644
(file)
--- 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.2
8 2005/03/31 05:24:39
cph Exp $
+$Id: mod-lisp.scm,v 1.2
9 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/
x
ml"
+ "text/
ht
ml"
"application/xhtml+xml"))
(define (http-browser-type)