From cbd4b9a5cd4a770e0bc31defb827d91b7ca50a82 Mon Sep 17 00:00:00 2001 From: hal9 Date: Sat, 19 Jan 2008 21:23:41 +0000 Subject: [PATCH] Add content-type header with charset parameter iso-8859-1. --- doc/source/ldp.dsl.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index 67343f85..a86de0d8 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -391,6 +391,10 @@ ;; /REFENTRY #t) +;; HB added 2008-01-19 +(define %html-header-tags% + '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; +charset=ISO-8859-1")))) -- 2.39.2