diff options
-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"/> |