]> granicus.if.org Git - apache/commitdiff
Put the "seealso"s after the directive index.
authorJoshua Slive <slive@apache.org>
Tue, 19 Mar 2002 01:21:43 +0000 (01:21 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 19 Mar 2002 01:21:43 +0000 (01:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94010 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.xsl

index b2ed5a1ce91974ca892189794821f6a6d0c6fea6..3ef2d5b9361667f6135e788264a0458e73fd6ddc 100644 (file)
@@ -132,15 +132,6 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
   <xsl:apply-templates select="summary"/>
 </xsl:if>
 
-<xsl:if test="seealso">
- <p><strong><xsl:value-of select="$messages/message[@name='seealso']"/></strong></p>
- <ul>
-  <xsl:for-each select="seealso">
-   <li><xsl:apply-templates/></li>
-  </xsl:for-each>
- </ul>
-</xsl:if>
-
 <!-- Index of directives, automatically generated from
      directivesynopsis/name -->
 
@@ -173,6 +164,15 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
   <p>This module provides no directives.</p>
 </xsl:if>
 
+<xsl:if test="seealso">
+ <p><strong><xsl:value-of select="$messages/message[@name='seealso']"/></strong></p>
+ <ul>
+  <xsl:for-each select="seealso">
+   <li><xsl:apply-templates/></li>
+  </xsl:for-each>
+ </ul>
+</xsl:if>
+
 <!-- Sections of documentation about the module as a whole -->
 
 <xsl:apply-templates select="section"/>