From: André Malo Date: Sat, 22 Feb 2014 17:47:10 +0000 (+0000) Subject: handle duplicate directives by sorting directive lists additionally by module name X-Git-Tag: 2.5.0-alpha~4466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a2824e81248664842bd21e27b97cf33ddbee068;p=apache handle duplicate directives by sorting directive lists additionally by module name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1570862 13f79535-47bb-0310-9956-ffa450edef68 --- 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)]"> +