comparison docs/xslt/changes.xslt @ 4026:34c91abf6048

XSLT regeneration for the previous commit.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Aug 2011 10:11:09 +0000
parents 023b288a22b2
children 76bc29f06168
comparison
equal deleted inserted replaced
4025:7b85e695600a 4026:34c91abf6048
124 </xsl:call-template> 124 </xsl:call-template>
125 </xsl:variable> 125 </xsl:variable>
126 126
127 <xsl:value-of select="$prefix"/> 127 <xsl:value-of select="$prefix"/>
128 128
129 <xsl:value-of select="translate(substring($text, $offset, $length), ' ', ' ')"/> 129 <xsl:value-of select="normalize-space(translate(substring($text, $offset, $length), ' ', ' '))"/>
130 130
131 <xsl:text> 131 <xsl:text>
132 </xsl:text> 132 </xsl:text>
133 133
134 <xsl:call-template name="wrap"> 134 <xsl:call-template name="wrap">