From: Luca Toscano Date: Wed, 16 Aug 2017 13:04:55 +0000 (+0000) Subject: synopsis.xsl: do not render two times the same X-Git-Tag: 2.5.0-alpha~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9745af6f42d5ff12d952bf916987a46205330e3b;p=thirdparty%2Fapache%2Fhttpd.git synopsis.xsl: do not render two times the same directive HTML if more than one directive share the same name. This has happened when mod_md.xml was introduced, and the following directives shared the same name: * ManagedDomain * With the current code each time that a node needs to be rendered it will emit a duplicate, ending up in the above example with 4 sections rather than two. Uniqueness of sections will be ensured by the HTML elements ids, to avoid errors before committing for example (accidental duplicates, etc..). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index 7b3e90e9848..fcaa0198a3a 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -325,7 +325,7 @@ - +