diff options
author | André Malo <nd@apache.org> | 2014-02-05 23:28:30 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-02-05 23:28:30 +0100 |
commit | cc5367ee69671c28f3e20d0d33b3b3c2898fc156 (patch) | |
tree | 40870a6d91c4d4b236fb54f4d3268bb4003d56cf /docs/manual/mod/mod_negotiation.html.en | |
parent | this is not a quote. (diff) | |
download | apache2-cc5367ee69671c28f3e20d0d33b3b3c2898fc156.tar.xz apache2-cc5367ee69671c28f3e20d0d33b3b3c2898fc156.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_negotiation.html.en')
-rw-r--r-- | docs/manual/mod/mod_negotiation.html.en | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index 2b18797602..2c52933563 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -192,9 +192,7 @@ Negotiation</a></li> and the <code>.var</code> file should be associated with the <code>type-map</code> handler with an <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code> directive:</p> - <pre class="prettyprint lang-config"> - AddHandler type-map .var - </pre> + <pre class="prettyprint lang-config"> AddHandler type-map .var</pre> <p>A request for <code>document.html.var</code> in this directory will @@ -278,10 +276,8 @@ found</td></tr> (equally acceptable) then the first matching variant, <code>en</code>, will be served.</p> - <pre class="prettyprint lang-config"> -LanguagePriority en fr de -ForceLanguagePriority Prefer - </pre> + <pre class="prettyprint lang-config">LanguagePriority en fr de +ForceLanguagePriority Prefer</pre> <p><code>ForceLanguagePriority Fallback</code> uses @@ -292,10 +288,8 @@ ForceLanguagePriority Prefer language response, but such a variant isn't found, then the first variant from the <code class="directive"><a href="#languagepriority">LanguagePriority</a></code> list below will be served.</p> - <pre class="prettyprint lang-config"> -LanguagePriority en fr de -ForceLanguagePriority Fallback - </pre> + <pre class="prettyprint lang-config">LanguagePriority en fr de +ForceLanguagePriority Fallback</pre> <p>Both options, <code>Prefer</code> and <code>Fallback</code>, may be @@ -326,9 +320,7 @@ the client does not express a preference</td></tr> express a preference, when handling a Multiviews request. The list of <var>MIME-lang</var> are in order of decreasing preference.</p> - <pre class="prettyprint lang-config"> - LanguagePriority en fr de - </pre> + <pre class="prettyprint lang-config"> LanguagePriority en fr de</pre> <p>For a request for <code>foo.html</code>, where |