glfs/stylesheets
Pierre Labastie 0d7e9a2687 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.
2024-01-20 08:24:10 +01:00
..
lfs-xsl Fix output of anchors with same id in sect3 2024-01-20 08:24:10 +01:00
blfs-chunked.xsl Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
blfs-nochunks.xsl Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
blfs-pdf.xsl Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
dump-commands.xsl Remove all "&#" characters and replace with utf-8 2024-01-19 22:39:35 +01:00
patcheslist.xsl Remove all "&#" characters and replace with utf-8 2024-01-19 22:39:35 +01:00
test-options.xsl Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
wget-list.xsl Remove all "&#" characters and replace with utf-8 2024-01-19 22:39:35 +01:00