mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
fix XSL bug making a hash out of specializations
[SVN r32343]
This commit is contained in:
parent
cc7cd97be1
commit
3972c6c991
@ -31,7 +31,7 @@
|
||||
<xsl:template name="strip-qualifiers">
|
||||
<xsl:param name="name"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="contains($name, '::')">
|
||||
<xsl:when test="contains($name, '::') and not(contains(substring-before($name, '::'), '<'))">
|
||||
<xsl:call-template name="strip-qualifiers">
|
||||
<xsl:with-param name="name" select="substring-after($name, '::')"/>
|
||||
</xsl:call-template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user