From 740ef5afcad0c9894e33c8b331c040327991d3fa Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 20 Jan 2014 19:54:56 +0000 Subject: [PATCH] Fix bug #1298 where @rowheader = 'firstcol' incorrectly assigns to cell that is first in a row but not the first column due to row span above. --- xsl/html/table.xsl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index c8969924e..f3df9320c 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -697,20 +697,6 @@ - - - th - th - - th - - td - - - @@ -744,6 +730,20 @@ + + + th + th + + th + + td + + + -- 2.40.0