]> granicus.if.org Git - docbook-dsssl/commitdiff
Remark|comment must be formatted as a block in case it appears at the paragraph-level...
authorNorman Walsh <ndw@nwalsh.com>
Thu, 9 Aug 2001 10:09:43 +0000 (10:09 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 9 Aug 2001 10:09:43 +0000 (10:09 +0000)
xsl/fo/inline.xsl

index e4b6ddf5aa911746aece93b2b9d0b3ba65caa284..f1472902a7ac3d90340d1af3037f2f917d2f91f9 100644 (file)
 
 <xsl:template match="comment|remark">
   <xsl:if test="$show.comments != 0">
-    <fo:inline font-style="italic">
+    <fo:block font-style="italic">
       <xsl:call-template name="inline.charseq"/>
-    </fo:inline>
+    </fo:block>
   </xsl:if>
 </xsl:template>