diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-05 21:06:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-09 17:36:22 +0100 |
commit | 0693531c37d7d6bfdf731c5e77effba50261fdc9 (patch) | |
tree | f58a4641e1e4b65910265eadeb7bcc906c534ad5 /doc/doc-docbook/MyStyle-html.xsl | |
parent | b0a1badb37b57932cde9786cc3b6a36af7df16ce (diff) |
Docs: subsections
Diffstat (limited to 'doc/doc-docbook/MyStyle-html.xsl')
-rw-r--r-- | doc/doc-docbook/MyStyle-html.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doc-docbook/MyStyle-html.xsl b/doc/doc-docbook/MyStyle-html.xsl index fa1c419d9..70a4d874c 100644 --- a/doc/doc-docbook/MyStyle-html.xsl +++ b/doc/doc-docbook/MyStyle-html.xsl @@ -139,9 +139,9 @@ changed "titleabbrev.markup" to "title.markup". --> <!-- The default stylesheets generate both chapters and sections with <h2> headings in the HTML. The argument is that the HTML headings don't go deep enough to match the DocBook levels. But surely it would be better to stop them -at the bottom end? Anyway, the Exim documents have only one level of section -within chapters, and even if they went to two, it wouldn't exhaust HTML's -capabilities. So I have copied the style stuff here, making a 1-character +at the bottom end? Anyway, the Exim documents have no more than two levels of +section within chapters, which won't exhaust HTML's capabilities. +So I have copied the style stuff here, making a 1-character change from "+ 1" to "+ 2" in roughly the middle. --> <xsl:template name="section.heading"> |