diff options
Diffstat (limited to 'docs/manual/rewrite/flags.xml')
-rw-r--r-- | docs/manual/rewrite/flags.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index d303e4cc59..dcda8b108e 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -144,8 +144,6 @@ control characters and the space character. This is the same set of characters rejected when they are copied into the query string unencoded. </p> -<p>[B], [B=...] and [BNEG] have no affect when [BCTLS] is used..</p> - <highlight language="config"> # Escape control characters and spaces RewriteRule "^search/(.*)$" "/search.php/$1" "[BCTLS]" |