From: Thibaut Cuvelier Date: Tue, 10 Jan 2023 23:21:23 +0000 (+0100) Subject: KOMA Book: fix HTML validation issues. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=65a9a2ac11be413273b3b0e0c4b8382a52b568a8;p=features.git KOMA Book: fix HTML validation issues. Some elements had a

title, while only one such title is expected per page. --- diff --git a/lib/layouts/scrbook.layout b/lib/layouts/scrbook.layout index dcdc2bbf13..7058838275 100644 --- a/lib/layouts/scrbook.layout +++ b/lib/layouts/scrbook.layout @@ -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