From fb9c294d0faf3e9c694ed454cb23877e602c2070 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 7 Jan 2013 20:13:05 +0000 Subject: [PATCH] Fix bug 3599520: spurious newline in para when starts with whitespace and inline element. --- xsl/manpages/utility.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index 76b036639..b64d0e732 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -306,7 +306,7 @@ or following-sibling::node()[1][self::processing-instruction()] "> + or concat(normalize-space($content), ' ') != ' '"> -- 2.50.1