mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Fix stupid typo
[SVN r20777]
This commit is contained in:
parent
6dacc29300
commit
701f383881
@ -138,12 +138,14 @@
|
||||
|
||||
<xsl:template match="libraryname" mode="annotation">
|
||||
<xsl:variable name="name">
|
||||
<xsl:when test="@alt">
|
||||
<xsl:value-of select="@alt"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="text()"/>
|
||||
</xsl:otherwise>
|
||||
<xsl:choose>
|
||||
<xsl:when test="@alt">
|
||||
<xsl:value-of select="@alt"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="text()"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="node" select="key('libraries', $name)"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user