From: Bradley Nicholes Date: Sat, 9 Apr 2005 23:59:26 +0000 (+0000) Subject: Missing a space delimiter between the values X-Git-Tag: 2.1.5~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b947afe0d82aba523ba8c847d884867c874444b4;p=thirdparty%2Fapache%2Fhttpd.git Missing a space delimiter between the values git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160724 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-languages.conf.in b/docs/conf/extra/httpd-languages.conf.in index 15f7a4be87c..e7452bfdf41 100644 --- a/docs/conf/extra/httpd-languages.conf.in +++ b/docs/conf/extra/httpd-languages.conf.in @@ -122,11 +122,11 @@ AddCharset ISO-10646-UCS-4 .ucs4 AddCharset UTF-7 .utf7 AddCharset UTF-8 .utf8 AddCharset UTF-16 .utf16 -AddCharset UTF-16BE.utf16be -AddCharset UTF-16LE.utf16le +AddCharset UTF-16BE .utf16be +AddCharset UTF-16LE .utf16le AddCharset UTF-32 .utf32 -AddCharset UTF-32BE.utf32be -AddCharset UTF-32LE.utf32le +AddCharset UTF-32BE .utf32be +AddCharset UTF-32LE .utf32le AddCharset euc-cn .euc-cn AddCharset euc-gb .euc-gb AddCharset euc-jp .euc-jp