]> granicus.if.org Git - docbook-dsssl/commitdiff
Adding missing template for simplemsgentry
authorDavid Cramer <david@thingbag.net>
Tue, 20 Aug 2002 15:39:48 +0000 (15:39 +0000)
committerDavid Cramer <david@thingbag.net>
Tue, 20 Aug 2002 15:39:48 +0000 (15:39 +0000)
xsl/fo/block.xsl

index 736015907b449a27f2af0dc10c29e53f9074530c..2afefd89eb8655cd70e5d401debac35ee57372aa 100644 (file)
   <xsl:call-template name="block.object"/>
 </xsl:template>
 
+<xsl:template match="simplemsgentry">
+  <xsl:call-template name="block.object"/>
+</xsl:template>
+
 <xsl:template match="msg">
   <xsl:call-template name="block.object"/>
 </xsl:template>