| commit | 4e80f39ff0451d8e4e4c03455a82d785c6753423 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Aug 23 10:11:09 2011 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Aug 23 10:11:09 2011 +0000 |
| tree | f7f3fca2416c72f4fe5261c3021f066b5bc88231 | |
| parent | 99d42788b278f1db62854589e52e2a01ca3ee96a [diff] |
XSLT regeneration for the previous commit.
diff --git a/docs/xslt/changes.xslt b/docs/xslt/changes.xslt index 2e06611..89c348d 100644 --- 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>