]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
XML typo. Oops.
authorRich Bowen <rbowen@apache.org>
Fri, 22 May 2026 19:39:18 +0000 (19:39 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 22 May 2026 19:39:18 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934512 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 00bd0e900b9a800489ddef524e67875461015918..ac6573523eb0bc5d8b134624f04bb419ab018c5b 100644 (file)
@@ -482,9 +482,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
@@ -495,9 +495,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