summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2004-07-12 18:49:24 +0000
committerJoshua Slive <slive@apache.org>2004-07-12 18:49:24 +0000
commit8c9c7be26aca2cc2d4813446c8ba89631fd2cc79 (patch)
tree21e600fcd29fe3198153667cd98f4b21e978524e /docs/manual
parent721a1486963912774005c146c80929f7e127e06a (diff)
downloadhttpd-8c9c7be26aca2cc2d4813446c8ba89631fd2cc79.tar.gz
Backport:
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
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_mime.html.en4
-rw-r--r--docs/manual/mod/mod_mime.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en
index 6b07dd91d8..e476171c4d 100644
--- a/docs/manual/mod/mod_mime.html.en
+++ b/docs/manual/mod/mod_mime.html.en
@@ -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>
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index b044c94a83..cc29a11258 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -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>