From 09bd143a81b1c3cbabd99fc447c339e2b73800f8 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 22 Mar 2006 08:52:37 +0000 Subject: [PATCH] Corrected handling for case where a cell with a rowspan is preceded in the same row by a cell or cells with colspans. Added step for calling trim-text() on roff-formatted contents of each cell, to trim off leading/trailing whitespace from those contents. --- xsl/manpages/table.xsl | 56 +++++++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 12 deletions(-) diff --git a/xsl/manpages/table.xsl b/xsl/manpages/table.xsl index b50afb3e2..570c75edc 100644 --- a/xsl/manpages/table.xsl +++ b/xsl/manpages/table.xsl @@ -94,7 +94,7 @@ allbox; - + @@ -165,14 +165,14 @@ - + - - - + + + @@ -184,6 +184,7 @@ + @@ -201,11 +202,14 @@ + + + + - - - + + @@ -217,16 +221,44 @@ [so was discarded.] - + + + + + + + + + + + + + + - - + + + + + + + + + + + - + + + -- 2.40.0