]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bogus cut-and-paste (I assume)
authorNorman Walsh <ndw@nwalsh.com>
Mon, 30 Mar 2009 13:25:00 +0000 (13:25 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 30 Mar 2009 13:25:00 +0000 (13:25 +0000)
xsl/fo/lists.xsl

index c44b72697d5c97669c2871533106697d53c36228..6d734d6353c699d6648e7a1e7adaa05a2e1215ef 100644 (file)
     </xsl:when>
     <xsl:otherwise>
       <fo:block id="{$id}">
-        <xsl:variable name="keep.together">
-          <xsl:call-template name="pi.dbfo_keep-together"/>
-        </xsl:variable>
+        <xsl:if test="$keep.together != ''">
+          <xsl:attribute name="keep-together.within-column"><xsl:value-of
+                          select="$keep.together"/></xsl:attribute>
+        </xsl:if>
 
         <xsl:apply-templates/>
       </fo:block>