]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #522900. Content of <emphasis> is not outputted twice.
authorJirka Kosek <jirka@kosek.cz>
Mon, 11 Mar 2002 17:53:31 +0000 (17:53 +0000)
committerJirka Kosek <jirka@kosek.cz>
Mon, 11 Mar 2002 17:53:31 +0000 (17:53 +0000)
xsl/fo/inline.xsl

index 13ea7e4efa86f7236e356d28f53a110abf7b5c9e..69965093277a67f5ed6036dc7b49e163f8e115f5 100644 (file)
 </xsl:template>
 
 <xsl:template match="emphasis">
-  <xsl:call-template name="inline.italicseq"/>
   <xsl:choose>
     <xsl:when test="@role='bold'">
       <xsl:call-template name="inline.boldseq"/>