From 2b0325e0067a099b0db92e26cfbfe02b5ef8357b Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Wed, 11 Mar 2009 08:29:45 +0000 Subject: [PATCH] Fix bug #1787140 HTML tables not handling attributes correctly. --- xsl/html/formal.xsl | 15 ++++--- xsl/html/htmltbl.xsl | 104 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 102 insertions(+), 17 deletions(-) diff --git a/xsl/html/formal.xsl b/xsl/html/formal.xsl index c0f1204e1..c2bf5ae7c 100644 --- a/xsl/html/formal.xsl +++ b/xsl/html/formal.xsl @@ -186,13 +186,13 @@ - - + + -
+
@@ -327,10 +327,13 @@ - - + + + + + -
+
diff --git a/xsl/html/htmltbl.xsl b/xsl/html/htmltbl.xsl index a5e4b15ff..3f922b493 100644 --- a/xsl/html/htmltbl.xsl +++ b/xsl/html/htmltbl.xsl @@ -15,22 +15,22 @@ - - + + - + - - - + + + - + @@ -40,17 +40,99 @@ - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + float: + + left + right + + + + + + + + + + + + + none + none + + ; + + + -- 2.50.1