From 76a3690fa5d6adc5915ceed299d263a825e20e79 Mon Sep 17 00:00:00 2001 From: bobstayton Date: Sun, 21 Oct 2018 14:39:47 -0700 Subject: [PATCH] fix issue #113 table entry bottom rowsep not created for morerows entry --- xsl/html/table.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index 9e749c450..c4c566a77 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -761,7 +761,8 @@ + ( count(ancestor-or-self::d:row[1]/following-sibling::d:row) + + count(ancestor::d:tgroup/d:tfoot/d:row)) )"> -- 2.40.0