From e96236530b998d634db25adda01cf4cf4a19b545 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 27 Aug 2006 16:10:27 +0000 Subject: [PATCH] Correctly handle lists that have block content before the actual list items. Closes bug #1547511. Thanks to Daniel Leidert. Also, attempt to be smarter about adding space after lists where needed. --- xsl/manpages/lists.xsl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index bf8011848..94e10ea9d 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -184,14 +184,22 @@ + + + + .TP - - + + + + + .sp .RE -- 2.50.1