diff xslt/body.xslt @ 608:34b0e74528a5

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Jul 2012 11:37:10 +0000
parents bfdc7833085a
children ba913f7cf7c1
line wrap: on
line diff
--- a/xslt/body.xslt
+++ b/xslt/body.xslt
@@ -112,6 +112,16 @@
                                  </a>
                                  <br/>
 
+                                 <xsl:for-each select="section[@id and @name]">
+
+                                    <xsl:text>     </xsl:text>
+
+                                    <a href="#{@id}">
+                                       <xsl:value-of select="@name"/>
+                                    </a>
+                                    <br/>
+                                 </xsl:for-each>
+
                                  <xsl:if test="@id = 'directives'">
 
                                     <xsl:for-each select="directive[@name]">