Commit cf56fccf authored by Daniel Ruggeri's avatar Daniel Ruggeri
Browse files

Adjust template to align page content with table of contents

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1673853 13f79535-47bb-0310-9956-ffa450edef68
parent 949ab82e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -268,9 +268,6 @@
                </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 -->
@@ -288,6 +285,9 @@
                </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;