From fad5622a738dd475cc01900408b88f36d60f8f73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 20 Sep 2002 03:01:22 +0000 Subject: [PATCH] Fix broken link to rewritemap in rewritelock description of the quickreference. Relative anchors to directives may only be set, if we're actually transforming the particular document. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96922 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/style/xsl/common.xsl | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 70dc9b8141..1a6e96fac8 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -909,7 +909,7 @@ a resource Enables or disables runtime rewriting engine RewriteLock file-pathEs    - Sets the name of the lock file used for RewriteMap + Sets the name of the lock file used for RewriteMap synchronization RewriteLog file-pathEsv    diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 713744de0d..b8755d8aee 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -40,6 +40,13 @@ + + + + 1 + @@ -441,7 +448,7 @@ - + < -- 2.50.1