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:
parent
d0ed679646
commit
0ea9e72c78
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue