changeset 4026:34c91abf6048

XSLT regeneration for the previous commit.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Aug 2011 10:11:09 +0000
parents 7b85e695600a
children 73c7ffd6275e
files docs/xslt/changes.xslt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xslt/changes.xslt
+++ b/docs/xslt/changes.xslt
@@ -126,7 +126,7 @@
 
          <xsl:value-of select="$prefix"/>
 
-         <xsl:value-of select="translate(substring($text, $offset, $length), ' ', ' ')"/>
+         <xsl:value-of select="normalize-space(translate(substring($text, $offset, $length),                                     ' ', ' '))"/>
 
          <xsl:text>
 </xsl:text>