Changeset 0d7e9a26 for general/genlib

Timestamp:
01/20/2024 07:24:10 AM (4 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
d989d56
Parents:
865ea30
Message:

Fix output of anchors with same id in sect3

The template for sect3.titlepage generates:
<h3 class="sect3">

<a id="{id of sect3}" name="{id of sect3}"></a>
<h4 class="title">

<a id="{id of sect3}" name="{id of sect3}">i{title of sect3}</a>

</h4>

</h3>
resulting in double definition of the same id, which is a validity error
in XML documents.
Replace with the same template as for sect2, using h3 instead of h2.

(No files)

Note: See TracChangeset for help on using the changeset viewer.