From 2fa0b51fdcc362d42fa6e9082dbe3c6168527475 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 7 Jul 2002 23:12:15 +0000 Subject: [PATCH] Fix ugly bug: make sure premables to orderedlist and itemizedlist elements are actually formatted --- xsl/fo/lists.xsl | 8 ++++++-- xsl/html/lists.xsl | 39 +++++++++++++++++++++++---------------- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index 652210081..a6af5d690 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -22,10 +22,12 @@ + + - + @@ -93,10 +95,12 @@ + + - + diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index 0a9d62b35..b2a644547 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -24,6 +24,9 @@ + + +
    @@ -150,26 +153,30 @@
    + + + +
      - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +
    -- 2.50.1