]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r550504 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Sat, 3 May 2008 08:09:34 +0000 (08:09 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 3 May 2008 08:09:34 +0000 (08:09 +0000)
Missing <br /> to wrap text correctly
Submitted by:  Takashi Sato <serai lans-tv.com>
Reviewed by: rpluem, pctony

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

docs/manual/content-negotiation.html.en
docs/manual/content-negotiation.xml

index 535a9dffddd5ad7e2308bd3c0f815aa55ded643a..90412aa4c22ee18428683c110fd8f908f7beb36e 100644 (file)
@@ -504,7 +504,7 @@ Negotiation</a></li>
     the normal negotiation process applies.</p>
 
     <div class="example"><h3>Example</h3><p><code>
-      SetEnvIf Cookie "language=(.+)" prefer-language=$1
+      SetEnvIf Cookie "language=(.+)" prefer-language=$1<br />
       Header append Vary cookie
     </code></p></div>
 
index 9a05d3a0e5d24a3be3b9a6e2d6aca7430daee1a9..733e32c37e646725a25f3f3048e5329aa0bfe57b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8' ?>
+<?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
 <!-- $LastChangedRevision$ -->
     the normal negotiation process applies.</p>
 
     <example><title>Example</title>
-      SetEnvIf Cookie "language=(.+)" prefer-language=$1
+      SetEnvIf Cookie "language=(.+)" prefer-language=$1<br />
       Header append Vary cookie
     </example>
 </section>