]> granicus.if.org Git - docbook-dsssl/commitdiff
Added param conditional="0" to call to 'anchor' template
authorBob Stayton <bobs@sagehill.net>
Mon, 23 Jun 2003 22:21:31 +0000 (22:21 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 23 Jun 2003 22:21:31 +0000 (22:21 +0000)
for refsections, so those sections are
valid targets for indexterm links as expected by autoidx.xsl.

xsl/html/refentry.xsl

index ff52c80c418b8068ab29a2ccbe967e4174119850..555905ce1db239fcf78e3a82bc65d0f998c09558 100644 (file)
 <xsl:template match="refsection|refsect1|refsect2|refsect3">
   <div class="{name(.)}">
     <xsl:call-template name="language.attribute"/>
-    <xsl:call-template name="anchor"/>
+    <xsl:call-template name="anchor">
+      <xsl:with-param name="conditional" select="0"/>
+    </xsl:call-template>
     <xsl:apply-templates/>
   </div>
 </xsl:template>