mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 13:49:37 +01:00
Reference the docbook-xsl bug at the place we fix it
This commit is contained in:
parent
91f4b2df57
commit
270b1732aa
@ -25,8 +25,10 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- The original template in {docbook-xsl}/xhtml/autoidx.xsl has
|
<!-- The original template in {docbook-xsl}/xhtml/autoidx.xsl has
|
||||||
a bug that generates a <div> with a wrong xmlns:xlink attribute,
|
a bug (https://github.com/docbook/xslt10-stylesheets/issues/239)
|
||||||
so copy it here (and simplify it a lot)-->
|
that generates a <div> with a wrong xmlns:xlink attribute. So copy it
|
||||||
|
here where the bug does not occur, (and simplify it a lot).-->
|
||||||
|
|
||||||
<xsl:template name="generate-basic-index">
|
<xsl:template name="generate-basic-index">
|
||||||
<xsl:param name="scope" select="NOTANODE"/>
|
<xsl:param name="scope" select="NOTANODE"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user