]> granicus.if.org Git - docbook-dsssl/commitdiff
Made handling of paramdef/parameter in FO output consistent with
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 14:21:17 +0000 (14:21 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 14:21:17 +0000 (14:21 +0000)
that in HTML and manpages output. Closes #1213259.

xsl/fo/synop.xsl

index ff1499c6c1e16afdd0364cd53ab7e9d2e65b421b..07b66290f4ab201e31c8313d8fb6f2be3dff8b54 100644 (file)
 <xsl:template match="paramdef/parameter">
   <xsl:choose>
     <xsl:when test="$funcsynopsis.decoration != 0">
-      <xsl:apply-templates/>
+      <xsl:call-template name="inline.italicseq"/>
     </xsl:when>
     <xsl:otherwise>
       <xsl:apply-templates/>