mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Remember to recurse after highlighting a number
[SVN r62349]
This commit is contained in:
parent
5611b2cd7a
commit
43fed417bc
@ -330,6 +330,9 @@
|
||||
<xsl:call-template name="highlight-number">
|
||||
<xsl:with-param name="text" select="substring($text, 1, $number-length)"/>
|
||||
</xsl:call-template>
|
||||
<xsl:call-template name="highlight-text-impl-root">
|
||||
<xsl:with-param name="text" select="substring($text, $number-length + 1)"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:when test="substring($text, 1, 1) = '"'">
|
||||
<xsl:variable name="string-length">
|
||||
|
Loading…
x
Reference in New Issue
Block a user