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
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>
-<?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>