Commit 2cacfa68 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Remove useless <br \> in highlight blocks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741864 13f79535-47bb-0310-9956-ffa450edef68
parent 8de40a06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -980,7 +980,7 @@ indexing</description>
     so far. Consider the following example:</p>

     <highlight language="config">
IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing<br />
IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing
IndexOptions +SuppressSize
     </highlight>

+3 −3
Original line number Diff line number Diff line
@@ -1826,8 +1826,8 @@ NoProxy ".example.com" "192.168.112.0/21"

    <example><title>Example</title>
    <highlight language="config">
      ProxyRemote  "*"  "http://firewall.example.com:81"<br />
      NoProxy         ".example.com" "192.168.112.0/21"<br />
ProxyRemote  "*"  "http://firewall.example.com:81"
NoProxy         ".example.com" "192.168.112.0/21"
ProxyDomain     ".example.com"
      </highlight>
    </example>
+2 −2
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ directive.</p>
       either with a client certificate or by username and password.</p>

    <highlight language="config">
      Require ssl-verify-client<br/>
Require ssl-verify-client
Require valid-user
    </highlight>

+6 −6
Original line number Diff line number Diff line
@@ -291,12 +291,12 @@ RewriteRule "^" "${deflector:%{HTTP_REFERER}}" [R,L]
      placed in the map:</p>

<highlight language="config">
##<br />
##  deflector.map<br />
##<br />
<br />
http://badguys.example.com/bad/index.html    -<br />
http://badguys.example.com/bad/index2.html   -<br />
##
##  deflector.map
##

http://badguys.example.com/bad/index.html    -
http://badguys.example.com/bad/index2.html   -
http://badguys.example.com/bad/index3.html   http://somewhere.example.com/
</highlight>

+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ by many requests.

    <p><strong>Rewrite configuration</strong></p>
    <highlight language="config">
RewriteMap d2u "prg:/www/bin/dash2under.pl"<br />
RewriteMap d2u "prg:/www/bin/dash2under.pl"
RewriteRule "-" "${d2u:%{REQUEST_URI}}"
    </highlight>

Loading