Adjust template to align page content with table of contents
authorDaniel Ruggeri <druggeri@apache.org>
Wed, 15 Apr 2015 16:21:28 +0000 (16:21 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Wed, 15 Apr 2015 16:21:28 +0000 (16:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673846 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/synopsis.xsl

index 7a23051f9de4851ce0d2a3fc967d0be7c4abb42c..e17eb4a4ecdac818cd702b89e5d270b448b6411a 100644 (file)
                 </div> <!-- /#quickview -->
             </xsl:if>&lf; <!-- have sidebar -->
 
-            <!-- Sections of documentation about the module as a whole -->
-            <xsl:apply-templates select="section" />&lf;
-
             <xsl:variable name="this" select="directivesynopsis" />
 
             <!-- Directive documentation -->
                 </xsl:otherwise>
                 </xsl:choose>
             </xsl:for-each>
+
+            <!-- Sections of documentation about the module as a whole -->
+            <xsl:apply-templates select="section" />&lf;
         </div>&lf; <!-- /#page-content -->
 
         <xsl:call-template name="bottom" />&lf;