From 5c36bc9beb2ac8ab64b6111be0f7a2af735f8b2f Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Thu, 21 Feb 2008 17:10:10 +0000 Subject: [PATCH] Added a fix to make rowsep apply to the last row of thead in entrytbl. --- 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 54275adce..dda0b9b50 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -692,7 +692,8 @@ + and not (ancestor-or-self::row[1]/following-sibling::row) + and not (ancestor::thead)">