diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-17 14:52:54 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-17 14:52:54 +0100 |
commit | 270b1732aa815623cc4f20a9b516099ce82eb313 (patch) | |
tree | bf755a7c5e4949b13943706f1591daa5febaeb43 | |
parent | 91f4b2df5790c0cfec7319a41b63dc071e34fac3 (diff) |
Reference the docbook-xsl bug at the place we fix itplabs/dbxsl-bug
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-index.xsl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stylesheets/lfs-xsl/xhtml/lfs-index.xsl b/stylesheets/lfs-xsl/xhtml/lfs-index.xsl index a7f627cf6..284a3a4bf 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-index.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-index.xsl @@ -25,8 +25,10 @@ </xsl:template> <!-- The original template in {docbook-xsl}/xhtml/autoidx.xsl has - a bug that generates a <div> with a wrong xmlns:xlink attribute, - so copy it here (and simplify it a lot)--> + a bug (https://github.com/docbook/xslt10-stylesheets/issues/239) + 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:param name="scope" select="NOTANODE"/> |