]> granicus.if.org Git - apache/commitdiff
Add missing <code></code> to be consistent
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 21:53:09 +0000 (21:53 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 21:53:09 +0000 (21:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727646 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_setenvif.xml

index 7b40fcc184e07bb3013ee059627f7350c7ef918b..3ef25bbc0d91ca07de7117acc77dc5713eab091b 100644 (file)
@@ -220,8 +220,8 @@ of</p>
     <code><em>value</em></code>. Since version 2.0.51, Apache httpd will
     recognize occurrences of <code>$1</code>..<code>$9</code> within
     <var>value</var> and replace them by parenthesized subexpressions
-    of <var>regex</var>. $0 provides access to the whole string matched by
-    that pattern.</p>
+    of <var>regex</var>. <code>$0</code> provides access to the whole
+    string matched by that pattern.</p>
 
 <highlight language="config">
 SetEnvIf Request_URI "\.gif$" object_is_image=gif