From b947afe0d82aba523ba8c847d884867c874444b4 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Sat, 9 Apr 2005 23:59:26 +0000 Subject: [PATCH] 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 --- docs/conf/extra/httpd-languages.conf.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf/extra/httpd-languages.conf.in b/docs/conf/extra/httpd-languages.conf.in index 15f7a4be87..e7452bfdf4 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 -- 2.40.0