]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport:
authorJoshua Slive <slive@apache.org>
Mon, 12 Jul 2004 18:49:24 +0000 (18:49 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 12 Jul 2004 18:49:24 +0000 (18:49 +0000)
  Fix language code.

  PR: 29518

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104260 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml

index 6b07dd91d8f2bf503b73cc6e9f0d2c0e3b43b9f2..e476171c4d9af466746a39a4d2e4d0d027e324b2 100644 (file)
@@ -419,7 +419,7 @@ language</td></tr>
 
     <div class="example"><p><code>
       AddLanguage en .en<br />
-      AddLanguage en-uk .en<br />
+      AddLanguage en-gb .en<br />
       AddLanguage en-us .en
     </code></p></div>
 
@@ -923,4 +923,4 @@ extensions</td></tr>
 </div><div id="footer">
 <p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index b044c94a83cddf7e75bf8e8bd54e47946cc622d0..cc29a112583f57f8c864e19a779880930a75c570 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.18.2.7 $ -->
+<!-- $Revision: 1.18.2.8 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -410,7 +410,7 @@ language</description>
 
     <example>
       AddLanguage en .en<br />
-      AddLanguage en-uk .en<br />
+      AddLanguage en-gb .en<br />
       AddLanguage en-us .en
     </example>