diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-08-23 10:11:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-08-23 10:11:09 +0000 |
| commit | 4e80f39ff0451d8e4e4c03455a82d785c6753423 (patch) | |
| tree | f7f3fca2416c72f4fe5261c3021f066b5bc88231 /docs/xslt | |
| parent | 99d42788b278f1db62854589e52e2a01ca3ee96a (diff) | |
| download | nginx-4e80f39ff0451d8e4e4c03455a82d785c6753423.tar.gz nginx-4e80f39ff0451d8e4e4c03455a82d785c6753423.tar.bz2 | |
XSLT regeneration for the previous commit.
Diffstat (limited to 'docs/xslt')
| -rw-r--r-- | docs/xslt/changes.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/changes.xslt b/docs/xslt/changes.xslt index 2e0661166..89c348d4d 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> |
