jimw Sun Jan 21 15:42:33 2001 EDT
Modified files:
/phpdoc html-locale.dsl.in
Log:
content-type setting was wrong
Index: phpdoc/html-locale.dsl.in
diff -u phpdoc/html-locale.dsl.in:1.1 phpdoc/html-locale.dsl.in:1.2
--- phpdoc/html-locale.dsl.in:1.1 Sat Aug 12 09:33:48 2000
+++ phpdoc/html-locale.dsl.in Sun Jan 21 15:42:32 2001
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: html-locale.dsl.in,v 1.1 2000/08/12 16:33:48 jah Exp $
+;; $Id: html-locale.dsl.in,v 1.2 2001/01/21 23:42:32 jimw Exp $
;;
;; This file contains stylesheet customization for locale specific
;; preferences in HTML version.
@@ -103,7 +103,7 @@
(element-title-sosofo component))))))
(define %html-header-tags%
- '(("META" ("NAME" "HTTP_EQUIV") ("CONTENT" "text/html; charset=@ENCODING@"))))
+ '(("META" ("HTTP_EQUIV" "Content-type") ("CONTENT" "text/html;
+charset=@ENCODING@"))))