From 5b16fbb92aedead31f094d4e4dc33196b929eb64 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 8 Mar 2009 08:29:41 +0000 Subject: [PATCH] Fix bug #1945872 to allow passthrough of colwidth values to HTML table when no tablecolumns.extension is available and when no instance of * appears in the table's colspecs. --- xsl/html/table.xsl | 84 +++++++++++++++++++++++++++------------------- 1 file changed, 50 insertions(+), 34 deletions(-) diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index f20918996..ffb428837 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -306,11 +306,11 @@ - - - border: none; - - + + + border: none; + + border-collapse: collapse; @@ -517,33 +517,33 @@ - + - Warning: overlapped row contains content! + Warning: overlapped row contains content! This row intentionally left blank - - - - - + + + + + @@ -648,7 +648,7 @@ - + 1 @@ -702,7 +702,7 @@ + and not (ancestor::thead)"> - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1