$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77671 - in branches/release: . tools tools/boostbook tools/boostbook/xsl
From: dnljms_at_[hidden]
Date: 2012-03-31 15:31:12
Author: danieljames
Date: 2012-03-31 15:31:12 EDT (Sat, 31 Mar 2012)
New Revision: 77671
URL: http://svn.boost.org/trac/boost/changeset/77671
Log:
Boostbook: Merge id truncation fix.
Properties modified: 
   branches/release/   (props changed)
   branches/release/tools/   (props changed)
   branches/release/tools/boostbook/   (props changed)
Text files modified: 
   branches/release/tools/boostbook/xsl/lookup.xsl |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/tools/boostbook/xsl/lookup.xsl
==============================================================================
--- branches/release/tools/boostbook/xsl/lookup.xsl	(original)
+++ branches/release/tools/boostbook/xsl/lookup.xsl	2012-03-31 15:31:12 EDT (Sat, 31 Mar 2012)
@@ -236,7 +236,7 @@
         <xsl:variable name="normalized" select="translate(normalize-space(translate($part, '.<>;\:*?"|_', '            ')), ' ', '_')"/>
         <xsl:value-of select =
           "concat(
-            substring($normalized, 1, $boost.max.id.part.length - string-length(generate-id(.) - 1)),
+            substring($normalized, 1, $boost.max.id.part.length - string-length(generate-id(.)) - 1),
             concat('_', generate-id(.)))"/>
       </xsl:when>
       <xsl:otherwise>