]> granicus.if.org Git - docbook-dsssl/commitdiff
Make linked first glossterms italic like all the glossterms
authorNorman Walsh <ndw@nwalsh.com>
Thu, 4 Mar 2004 13:35:26 +0000 (13:35 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 4 Mar 2004 13:35:26 +0000 (13:35 +0000)
xsl/fo/inline.xsl

index 9b3a8ed03270b595c30461fcdfde12863138c259..9ca7093b6ae76bd8126e70b0dc7f5da9cd1311f4 100644 (file)
     <xsl:when test="($firstterm.only.link = 0 or $firstterm = 1) and @linkend">
       <fo:basic-link internal-destination="{@linkend}"
                      xsl:use-attribute-sets="xref.properties">
-        <xsl:call-template name="inline.charseq"/>
+        <xsl:call-template name="inline.italicseq"/>
       </fo:basic-link>
     </xsl:when>