From: Michael Smith Date: Wed, 5 Mar 2008 10:19:29 +0000 (+0000) Subject: for a para or simpara that is the first child of a callout, X-Git-Tag: release/1.79.1~6^2~1438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01e44d2150189d5a6c1131730a525be9b23dcc1a;p=docbook-dsssl 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 --- 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