From 7469d1fe41db5e7b390a92e8c3dcd9768891783f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 9 Jan 2003 04:16:24 +0000 Subject: [PATCH] fix xsl error (although xalan doesn't complain it). according to the spec it's not allowed to bind the same variable twice or more within the same scope. () MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by: Michael Schr�pl Submitted by: Astrid Ke�ler Reviewed by: /me ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98216 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/moduleindex.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/style/xsl/moduleindex.xsl b/docs/manual/style/xsl/moduleindex.xsl index 941969c041..8d863d10e3 100644 --- a/docs/manual/style/xsl/moduleindex.xsl +++ b/docs/manual/style/xsl/moduleindex.xsl @@ -133,14 +133,14 @@ - + - + - +
-- 2.40.0