Commit c17fdd3a authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix examples

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727648 13f79535-47bb-0310-9956-ffa450edef68
parent 2da4d1c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,8 +81,8 @@ BrowserMatch MSIE !netscape
  <code>User-Agent</code> HTTP request header.  The following two
  lines have the same effect:</p>
<highlight language="config">
BrowserMatchNoCase Robot is_a_robot
SetEnvIfNoCase User-Agent Robot is_a_robot
BrowserMatch Robot is_a_robot
SetEnvIf User-Agent Robot is_a_robot
</highlight>

    <p>Some additional examples:</p>