From 1058d65f30cfe94c8725d33727509af1816c7429 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 24 Aug 2015 20:23:37 +0000 Subject: [PATCH] Fix bug #1363 synopsis in variablelist term mangles line breaks. --- xsl/manpages/block.xsl | 1 + xsl/manpages/lists.xsl | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/xsl/manpages/block.xsl b/xsl/manpages/block.xsl index 74f809eee..d90def216 100644 --- a/xsl/manpages/block.xsl +++ b/xsl/manpages/block.xsl @@ -139,6 +139,7 @@ and not(substring(local-name(..), string-length(local-name(..))-7) = 'synopsis') and not(ancestor::*[local-name() = 'refsynopsisdiv']) + and not(ancestor::*[local-name() = 'term']) "> Yes diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index bcab51f10..0c359649b 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -71,7 +71,15 @@ - + + + + + + + + + -- 2.50.1