]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix tr docs charset
authorAndré Malo <nd@apache.org>
Wed, 5 Feb 2014 13:36:56 +0000 (13:36 +0000)
committerAndré Malo <nd@apache.org>
Wed, 5 Feb 2014 13:36:56 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1564773 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-manual.conf.in

index 34115ff5bbe2ca1c124bce223e47eb82bd636183..404f62fd2bd58f7b3980316eada948d968abc092 100644 (file)
@@ -20,7 +20,7 @@ AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru|tr))?(/.*)?$ "@exp_manualdi
     </Files>
     # .tr is text/troff in mime.types!
     <Files *.html.tr.utf8>
-        ForceType text/html
+        ForceType "text/html; charset=utf-8"
     </Files>
 
     SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru|tr)/ prefer-language=$1