]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed part of bug #1484944 authorgroup needing a named anchor.
authorBob Stayton <bobs@sagehill.net>
Thu, 24 Aug 2006 07:00:59 +0000 (07:00 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 24 Aug 2006 07:00:59 +0000 (07:00 +0000)
xsl/html/titlepage.xsl

index 998d7de84e6850a4fad240dcafa06085f2fe7271..062303f34c6bc2d101b5f0e194430c9a8cdf8fa8 100644 (file)
 
 <xsl:template match="authorgroup" mode="titlepage.mode">
   <div class="{name(.)}">
+    <xsl:call-template name="anchor"/>
     <xsl:apply-templates mode="titlepage.mode"/>
   </div>
 </xsl:template>