diff options
author | André Malo <nd@apache.org> | 2003-07-12 20:42:41 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-07-12 20:42:41 +0200 |
commit | a27a8c50f87a591dbcceb021e6de64a29544496d (patch) | |
tree | 2914253f889893e1a19d2098d1605efc93630915 /docs/manual/style | |
parent | let mod_speling use the current AcceptPathInfo setting. (diff) | |
download | apache2-a27a8c50f87a591dbcceb021e6de64a29544496d.tar.xz apache2-a27a8c50f87a591dbcceb021e6de64a29544496d.zip |
be consistent in case
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style')
-rw-r--r-- | docs/manual/style/xsl/typemap.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/typemap.xsl b/docs/manual/style/xsl/typemap.xsl index a7fc8cd812..369963add5 100644 --- a/docs/manual/style/xsl/typemap.xsl +++ b/docs/manual/style/xsl/typemap.xsl @@ -123,7 +123,7 @@ The XSLT-Stylesheet won't work without modification. <item lang="fr" charset="ISO-8859-1" >.fr</item> <item lang="ja" charset="ISO-2022-JP">.ja.jis</item> <item lang="ko" charset="EUC-KR" >.ko.euc-kr</item> -<item lang="ru" charset="KOI8-r" >.ru.koi8-r</item> +<item lang="ru" charset="KOI8-R" >.ru.koi8-r</item> <item lang="zh-CN" charset="GB2312" >.zh-cn.gb2312</item> </xsl:template> |