]> granicus.if.org Git - docbook-dsssl/commitdiff
The parameter is variablelist.max.termlength not vlist.max.termwidth
authorNorman Walsh <ndw@nwalsh.com>
Tue, 19 Aug 2003 13:52:48 +0000 (13:52 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 19 Aug 2003 13:52:48 +0000 (13:52 +0000)
xsl/fo/lists.xsl

index 8c5c167e564914cf77968156d92de83870d520a1..4dca19a01a3441a0ef914bb3bdb16df621354c0e 100644 (file)
       <xsl:otherwise>
         <xsl:call-template name="longest.term">
           <xsl:with-param name="terms" select="varlistentry/term"/>
-          <xsl:with-param name="maxlength" select="$vlist.max.termwidth"/>
+          <xsl:with-param name="maxlength" select="$variablelist.max.termlength"/>
         </xsl:call-template>
         <xsl:text>em * 0.50</xsl:text>
       </xsl:otherwise>