mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
use the generate.id template, not generate-id
[SVN r17925]
This commit is contained in:
parent
bcdd674d80
commit
c9c1f578ca
@ -1054,7 +1054,9 @@
|
|||||||
<xsl:call-template name="member-documentation">
|
<xsl:call-template name="member-documentation">
|
||||||
<xsl:with-param name="name">
|
<xsl:with-param name="name">
|
||||||
<xsl:call-template name="anchor">
|
<xsl:call-template name="anchor">
|
||||||
<xsl:with-param name="to" select="generate-id(.)"/>
|
<xsl:with-param name="to">
|
||||||
|
<xsl:call-template name="generate.id"/>
|
||||||
|
</xsl:with-param>
|
||||||
<xsl:with-param name="text" select="''"/>
|
<xsl:with-param name="text" select="''"/>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
<xsl:call-template name="monospaced">
|
<xsl:call-template name="monospaced">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user