Boostbook: Fix typo in id truncation.

[SVN r77599]
This commit is contained in:
Daniel James 2012-03-27 23:01:18 +00:00
parent c2fe01eb66
commit dd17d84274

View File

@ -236,7 +236,7 @@
<xsl:variable name="normalized" select="translate(normalize-space(translate($part, '.&lt;&gt;;\:*?&quot;|_', ' ')), ' ', '_')"/>
<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>