KOMA Book: fix HTML validation issues.

Some elements had a <h1> title, while only one such title is expected per page.
This commit is contained in:
Thibaut Cuvelier 2023-01-11 00:21:23 +01:00
parent 8ec3397da3
commit 65a9a2ac11

View File

@ -18,6 +18,7 @@ NoStyle Abstract
Style Chapter
LabelString "\thechapter"
TocLevel 0
HTMLTag h2
DocBookTag title
DocBookTagType paragraph
DocBookSectionTag chapter
@ -36,8 +37,9 @@ Style Bibliography
TopSep 4
LabelString "Bibliography"
LabelFont
Series Bold
Size Largest
Series Bold
Size Largest
EndFont
TocLevel 0
HTMLTag h2
End