From 2a57ad760160a1f50e05852e31098c6cbd5ad12b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Mar 2008 10:19:29 +0000 Subject: [PATCH] for a para or simpara that is the first child of a callout, suppress the .sp or .PP that would normally be output (because in those cases, the output goes into a table cell, and the .sp or .PP markup causes a spurious linebreak before it when displayed --- xsl/manpages/block.xsl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xsl/manpages/block.xsl b/xsl/manpages/block.xsl index 55e38afe7..7ff54fa77 100644 --- a/xsl/manpages/block.xsl +++ b/xsl/manpages/block.xsl @@ -67,7 +67,8 @@ + ancestor::personblurb or + ancestor::callout"> .sp @@ -95,8 +96,10 @@ - + .sp -- 2.40.0