From 70dc48b41f138d31e2b2914dfbebe069b0225fa7 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 5 Jul 2001 12:20:11 +0000 Subject: [PATCH] FR #422097, make a listitem containing a single simpara output an li with only inline content --- xsl/html/block.xsl | 1 + xsl/html/lists.xsl | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/xsl/html/block.xsl b/xsl/html/block.xsl index 9b171eec8..7cf5b7b04 100644 --- a/xsl/html/block.xsl +++ b/xsl/html/block.xsl @@ -47,6 +47,7 @@ +

diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index f35cc7a58..8d840758c 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -191,6 +191,29 @@ + + + + + + + + + + +

+ + + + +

+ + +
+ -- 2.40.0