]> granicus.if.org Git - docbook-dsssl/commitdiff
Add missing call to id.attribute template for orgdiv.
authorBob Stayton <bobs@sagehill.net>
Thu, 16 Oct 2014 01:12:00 +0000 (01:12 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 16 Oct 2014 01:12:00 +0000 (01:12 +0000)
xsl/html/inline.xsl

index 102a5393ff19a4571c8dd3c34dca671db63038e0..67bad0d029a0d0affe0a49bdc6377a48359f7d4f 100644 (file)
 
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
+    <xsl:call-template name="id.attribute"/>
     <xsl:copy-of select="$content"/>
   </span>
 </xsl:template>