mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
concept2docbook.xsl: Obey the "text" parameter of concept.link
[SVN r19860]
This commit is contained in:
parent
96ec5bc0f3
commit
1db997ec6e
@ -772,7 +772,7 @@ top level of the Caramel distribution. -->
|
||||
<xsl:text>'</xsl:text>
|
||||
</xsl:message>
|
||||
</xsl:if>
|
||||
<xsl:value-of select="$name"/>
|
||||
<xsl:value-of select="$text"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:call-template name="internal-link">
|
||||
@ -781,7 +781,7 @@ top level of the Caramel distribution. -->
|
||||
<xsl:with-param name="node" select="$node"/>
|
||||
</xsl:call-template>
|
||||
</xsl:with-param>
|
||||
<xsl:with-param name="text" select="$name"/>
|
||||
<xsl:with-param name="text" select="$text"/>
|
||||
</xsl:call-template>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
Loading…
x
Reference in New Issue
Block a user