From: hal9 Date: Sat, 19 Jan 2008 21:23:41 +0000 (+0000) Subject: Add content-type header with charset parameter iso-8859-1. X-Git-Tag: v_3_0_8~13 X-Git-Url: http://www.privoxy.org/gitweb/%40proxy-info-url%40?a=commitdiff_plain;h=cbd4b9a5cd4a770e0bc31defb827d91b7ca50a82;p=privoxy.git Add content-type header with charset parameter iso-8859-1. --- 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"))))