]> granicus.if.org Git - apache/commitdiff
Missing <br /> to wrap text correctly
authorTony Stevenson <pctony@apache.org>
Mon, 25 Jun 2007 13:57:50 +0000 (13:57 +0000)
committerTony Stevenson <pctony@apache.org>
Mon, 25 Jun 2007 13:57:50 +0000 (13:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@550504 13f79535-47bb-0310-9956-ffa450edef68

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

index 509d25b533acb5d32ab6ebe9272a82b7d363f06d..23c61be6a65069b057a9ca79e811415309588072 100644 (file)
@@ -503,7 +503,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>