1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

options.html: Self-linking headers

This commit is contained in:
Robert Hensing 2022-05-28 12:44:33 +02:00
parent d0ed679646
commit 0ea9e72c78

View file

@ -19,11 +19,8 @@
</xsl:template>
<xsl:template match="db:varlistentry">
<section>
<xsl:attribute name="xml:id">
<xsl:value-of select="db:term/@xml:id"/>
</xsl:attribute>
<title>
<xsl:copy-of select="db:term/db:option"/>
<link xlink:href="#{db:term/@xml:id}" xml:id="{db:term/@xml:id}"><xsl:copy-of select="db:term/db:option"/></link>
</title>
<xsl:apply-templates select="db:listitem/*"/>
</section>