]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed XML typo
authorRich Bowen <rbowen@apache.org>
Fri, 22 May 2026 19:40:16 +0000 (19:40 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 22 May 2026 19:40:16 +0000 (19:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934513 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index ac83448f6fe32d2dbb3183f395955cf4b4009903..55c2880bf65ed52c7fe4bc556363b00f9bae1d49 100644 (file)
@@ -473,9 +473,9 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"
           set of <code>RewriteCond</code> conditions. $0 provides
           access to the whole string matched by that pattern.
 
-          <note>Backreferences are only defined if the pattern 
-          matches. Thus, if the pattern is prefixed with 
-          <code>!<.code>, no backreferences are ever defined.</note>
+          <note>Backreferences are only defined if the pattern
+          matches. Thus, if the pattern is prefixed with
+          <code>!</code>, no backreferences are ever defined.</note>
         </li>
         <li>
           <strong>RewriteCond backreferences</strong>: These are
@@ -486,9 +486,9 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"
           of conditions. %0 provides access to the whole string matched by
           that pattern.
 
-          <note>Backreferences are only defined if the pattern 
-          matches. Thus, if the pattern is prefixed with 
-          <code>!<.code>, no backreferences are ever defined.</note>
+          <note>Backreferences are only defined if the pattern
+          matches. Thus, if the pattern is prefixed with
+          <code>!</code>, no backreferences are ever defined.</note>
         </li>
         <li>
           <strong>RewriteMap expansions</strong>: These are