From 067d6d5cd73da9b3577794bbed77a9e2e995c66e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 5 Feb 2014 13:35:16 +0000 Subject: [PATCH] fix tr docs charset git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1564771 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/extra/httpd-manual.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf/extra/httpd-manual.conf.in b/docs/conf/extra/httpd-manual.conf.in index d5c7c47535..4d7ee7e6aa 100644 --- a/docs/conf/extra/httpd-manual.conf.in +++ b/docs/conf/extra/httpd-manual.conf.in @@ -20,7 +20,7 @@ AliasMatch ^/manual(?:/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn))?(/.*)?$ "@exp # .tr is text/troff in mime.types! - ForceType text/html + ForceType "text/html; charset=utf-8" AddLanguage da .da -- 2.50.1