From: Mauritz Jeanson Date: Thu, 21 Feb 2008 17:10:10 +0000 (+0000) Subject: Added a fix to make rowsep apply to the last row of thead in entrytbl. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c36bc9beb2ac8ab64b6111be0f7a2af735f8b2f;p=docbook-dsssl Added a fix to make rowsep apply to the last row of thead in entrytbl. --- 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)">