From: Bob Stayton Date: Mon, 20 Jan 2014 19:54:56 +0000 (+0000) Subject: Fix bug #1298 where @rowheader = 'firstcol' incorrectly assigns X-Git-Tag: release/1.79.1~6^2~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=740ef5afcad0c9894e33c8b331c040327991d3fa;p=docbook-dsssl 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. --- 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 + + +