XSLT regeneration for the previous commit.

This commit is contained in:
Igor Sysoev 2011-08-23 10:11:09 +00:00
parent 99d42788b2
commit 4e80f39ff0

View File

@ -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>