Commit 7345d294 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Add missing <code> around a parameter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1689319 13f79535-47bb-0310-9956-ffa450edef68
parent 5783c737
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1286,8 +1286,8 @@ ProxyPass "/mirror/foo" "http://backend.example.com"</pre>
    <tr><td>nofailover</td>
        <td>Off</td>
        <td>If set to <code>On</code> the session will break if the worker is in
        error state or disabled. Set this value to On if backend servers do not
        support session replication.
        error state or disabled. Set this value to <code>On</code> if backend
        servers do not support session replication.
    </td></tr>
    <tr><td>stickysession</td>
        <td>-</td>
+2 −2
Original line number Diff line number Diff line
@@ -1174,8 +1174,8 @@ ProxyPass "/mirror/foo" "http://backend.example.com"
    <tr><td>nofailover</td>
        <td>Off</td>
        <td>If set to <code>On</code> the session will break if the worker is in
        error state or disabled. Set this value to On if backend servers do not
        support session replication.
        error state or disabled. Set this value to <code>On</code> if backend
        servers do not support session replication.
    </td></tr>
    <tr><td>stickysession</td>
        <td>-</td>