diff options
Diffstat (limited to 'docs/conf/extra/httpd-manual.conf.in')
-rw-r--r-- | docs/conf/extra/httpd-manual.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/extra/httpd-manual.conf.in b/docs/conf/extra/httpd-manual.conf.in index d5c7c475..4d7ee7e6 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 </Files> # .tr is text/troff in mime.types! <Files *.html.tr.utf8> - ForceType text/html + ForceType "text/html; charset=utf-8" </Files> AddLanguage da .da |