Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62296 - trunk/tools/boostbook/xsl
From: steven_at_[hidden]
Date: 2010-05-28 11:24:18


Author: steven_watanabe
Date: 2010-05-28 11:24:17 EDT (Fri, 28 May 2010)
New Revision: 62296
URL: http://svn.boost.org/trac/boost/changeset/62296

Log:
Highlight one more semicolon
Text files modified:
   trunk/tools/boostbook/xsl/type.xsl | 6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)

Modified: trunk/tools/boostbook/xsl/type.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/type.xsl (original)
+++ trunk/tools/boostbook/xsl/type.xsl 2010-05-28 11:24:17 EDT (Fri, 28 May 2010)
@@ -333,8 +333,10 @@
               <xsl:with-param name="link-type" select="$link-type"/>
               <xsl:with-param name="highlight" select="true()"/>
             </xsl:call-template>
- <xsl:value-of select="substring(concat(';', $name-padding),
- 1, $max-name-length - string-length($truncated-typedef-name))"/>
+ <xsl:call-template name="highlight-text">
+ <xsl:with-param name="text" select="substring(concat(';', $name-padding),
+ 1, $max-name-length - string-length($truncated-typedef-name))"/>
+ </xsl:call-template>
           </xsl:when>
           <xsl:otherwise>
             <xsl:text> </xsl:text>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk