From fecab4fcc6d62279be20a2d8e30731d31d15a80c Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 4 Feb 2003 17:42:04 +0000 Subject: [PATCH] Exempted titleabbrev from preamble processing in lists, and fixed variablelist preamble code to use the same syntax as the other lists. --- xsl/html/lists.xsl | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index ab356b567..6ccc4dfe0 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -21,7 +21,9 @@ - +
    @@ -138,7 +140,9 @@ - +
      @@ -249,7 +253,9 @@ - + @@ -274,7 +280,9 @@
      - +
      @@ -615,7 +623,9 @@ + select="*[not(self::step + or self::title + or self::titleabbrev)]"/>
      -- 2.40.0