]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
use anchors
authorEric Covener <covener@apache.org>
Fri, 7 Apr 2023 12:52:47 +0000 (12:52 +0000)
committerEric Covener <covener@apache.org>
Fri, 7 Apr 2023 12:52:47 +0000 (12:52 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909013 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index b5c8965281d4e76f1cc3a35ec992debee29fd10e..13152a42ed8d346f0e7ca2962ba887b1c2b6e91a 100644 (file)
@@ -118,8 +118,8 @@ and the space must not be the last character in the list.</p>
 RewriteRule "^search/(.*)$" "/search.php?term=$1" "[B= ?]"
 </highlight>
 
-<p>To limit the characters escaped this way, see <a href="flag_bne">flag_bne</a>
-and <a href="flag_bctls">flag_bctls</a></p>
+<p>To limit the characters escaped this way, see <a href="#flag_bne">#flag_bne</a>
+        and <a href="#flag_bctls">#flag_bctls</a></p>
 </section>
 
 <section id="flag_bnp"><title>BNP|backrefnoplus (don't escape space to +)</title>