From: André Malo Date: Sat, 22 Feb 2014 17:48:56 +0000 (+0000) Subject: handle duplicate directives by sorting directive lists additionally by module name X-Git-Tag: 2.2.27~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc24052b5afc82cb0c8a1be8a7b2be8618f9b07d;p=thirdparty%2Fapache%2Fhttpd.git handle duplicate directives by sorting directive lists additionally by module name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1570865 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/directiveindex.xsl b/docs/manual/style/xsl/directiveindex.xsl index 75d81de5c37..0216e1a4a65 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 76ed49339f3..5d4c6e6979c 100644 --- a/docs/manual/style/xsl/quickreference.xsl +++ b/docs/manual/style/xsl/quickreference.xsl @@ -209,6 +209,7 @@ select="$directives[$letter=translate(substring(normalize-space(name), 1,1), $lowercase,$uppercase)]"> +