From: Michael Smith Date: Mon, 9 May 2005 05:39:14 +0000 (+0000) Subject: Problem: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81ec3e697f82591ce50351960ca0c730f3555284;p=docbook-dsssl Problem: Invalid HTML generated for manually created Indexes that lack Indexdivs. Cause: The indexentry template assumes a dl wrapper has been generated, but the dl wrapper gets generated only if an Indexdiv exists. Fix: For Indexes that lack Indexdiv, generate a dl wrapper before processing Indexentries (closes bug ##1196670; thanks to Petr Pajas for reporting the problem). Affects: HTML output for manually created Indexes; has no effect on processing of automatically generated Indexes. --- diff --git a/xsl/html/index.xsl b/xsl/html/index.xsl index ef4b29abb..352f50f31 100644 --- a/xsl/html/index.xsl +++ b/xsl/html/index.xsl @@ -30,7 +30,28 @@ - + + + + + + + + + + + + + + + + +
+ +
+
+
+