summaryrefslogtreecommitdiff
path: root/fo/htmltbl.xsl
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-03-17 20:07:05 +0000
committer <>2015-07-07 10:18:30 +0000
commit802da9dd5d4bc18f46a916eedc0c5c1980a15e59 (patch)
treef78a8637465b7a4c9624fef03d27eb7aeaa779d4 /fo/htmltbl.xsl
parent18f63104106b81bf37ca1af774d7be38051e5444 (diff)
downloaddocbook-xsl-802da9dd5d4bc18f46a916eedc0c5c1980a15e59.tar.gz
Imported from /home/lorry/working-area/delta_docbook-xsl/docbook-xsl-1.78.1.tar.bz2.HEADdocbook-xsl-1.78.1master
Diffstat (limited to 'fo/htmltbl.xsl')
-rw-r--r--fo/htmltbl.xsl5
1 files changed, 2 insertions, 3 deletions
diff --git a/fo/htmltbl.xsl b/fo/htmltbl.xsl
index 479275c..c323e5a 100644
--- a/fo/htmltbl.xsl
+++ b/fo/htmltbl.xsl
@@ -4,7 +4,7 @@
version="1.0">
<!-- ********************************************************************
- $Id: htmltbl.xsl 9196 2012-01-18 17:51:39Z bobstayton $
+ $Id: htmltbl.xsl 9647 2012-10-26 17:42:03Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -35,8 +35,7 @@
<fo:table xsl:use-attribute-sets="table.table.properties">
<xsl:choose>
<xsl:when test="$fop.extensions != 0 or
- $fop1.extensions != 0 or
- $passivetex.extensions != 0">
+ $fop1.extensions != 0">
<xsl:attribute name="table-layout">fixed</xsl:attribute>
</xsl:when>
</xsl:choose>