From fd57f8d7462635ddaa4fdff1447d45d5892b1c38 Mon Sep 17 00:00:00 2001 From: Daniel Leidert Date: Mon, 2 Nov 2009 02:38:47 +0000 Subject: [PATCH] Fix two indentation issues: In the first case there is no corresponding .RS macro (Debian #519438, sf.net 2793873). In the second case an .RS instead of the probably intended .sp leads to an indentation bug (Debian #527309, sf.net #2642139). --- xsl/manpages/lists.xsl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index 62d7eae09..42d487fa8 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -259,8 +259,8 @@ - .sp - .RE + .sp + @@ -280,11 +280,7 @@ parent::para[following-sibling::node()] or parent::simpara[following-sibling::node()] or parent::remark[following-sibling::node()]"> - .RS - - - - + .sp -- 2.40.0