From 1ba03d0d0f29d870a2c3b188a6bbc15c9f1698db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 22 Feb 2014 17:47:54 +0000 Subject: [PATCH] handle duplicate directives by sorting directive lists additionally by module name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1570864 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/directiveindex.xsl | 2 ++ docs/manual/style/xsl/quickreference.xsl | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/manual/style/xsl/directiveindex.xsl b/docs/manual/style/xsl/directiveindex.xsl index 75d81de5c3..0216e1a4a6 100644 --- a/docs/manual/style/xsl/directiveindex.xsl +++ b/docs/manual/style/xsl/directiveindex.xsl @@ -104,6 +104,8 @@ [$letter = translate(substring(normalize-space(name), 1, 1), $lowercase, $uppercase)]"> + +
  • diff --git a/docs/manual/style/xsl/quickreference.xsl b/docs/manual/style/xsl/quickreference.xsl index cc14d476bf..dcaa590fdc 100644 --- a/docs/manual/style/xsl/quickreference.xsl +++ b/docs/manual/style/xsl/quickreference.xsl @@ -219,6 +219,7 @@ select="$directives[$letter=translate(substring(normalize-space(name), 1,1), $lowercase,$uppercase)]"> +