From 03a707a6cbcb2892d1af54bc55d4554f3f692d59 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 19 Nov 2004 12:19:06 +0000 Subject: [PATCH] Bug #1066753 -- subtitle is severely broken (reported by Sam Steingold) ::PROBLEM In (X)HTML output, subtitle for the simplesect element generates an h2 head, no matter at what level in the sectioning hiearchy the simplesect occurs; end up with cases where a simplesect is output with (for example), an h4 title but a h2 subtitle ::CAUSE and FIX No template for simplesect/subtitle in the set of templates that call the section.subtitle named template, so stylesheets fell back to using the titlepage.mode template for subtitle ::FIX Added simplesect/subtitle to the set of templates that call the section.subtitle named template. ::AFFECTS Only affects (X)HTML output of simplesect/subtitle; nothing else --- xsl/html/sections.xsl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xsl/html/sections.xsl b/xsl/html/sections.xsl index f113a9ecf..f854c9c1a 100644 --- a/xsl/html/sections.xsl +++ b/xsl/html/sections.xsl @@ -484,6 +484,10 @@ + + + + -- 2.40.0