]> granicus.if.org Git - docbook-dsssl/commitdiff
Add call to anchor template for seglistitem so it can be linked to.
authorBob Stayton <bobs@sagehill.net>
Sat, 14 Aug 2004 07:29:41 +0000 (07:29 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 14 Aug 2004 07:29:41 +0000 (07:29 +0000)
xsl/html/lists.xsl

index 72065eac0ce5df9cf9635a805bc443659fd5e474..a26b505bb58cbf94dbd140743c5e4b502d451a8a 100644 (file)
 
 <xsl:template match="seglistitem">
   <div class="seglistitem">
+    <xsl:call-template name="anchor"/>
     <xsl:apply-templates/>
   </div>
 </xsl:template>