diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-08-23 10:10:25 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-08-23 10:10:25 +0000 |
commit | 99d42788b278f1db62854589e52e2a01ca3ee96a (patch) | |
tree | 192b8f5ac7a39629badaeff8f52589b9133128f2 | |
parent | 92a2f9d6e013b3d6a0b644e7ec48c9897f251350 (diff) | |
download | nginx-99d42788b278f1db62854589e52e2a01ca3ee96a.tar.gz nginx-99d42788b278f1db62854589e52e2a01ca3ee96a.zip |
Traling spaces removal in text CHANGES files.
-rw-r--r-- | docs/xsls/changes.xsls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/xsls/changes.xsls b/docs/xsls/changes.xsls index c6c31f428..f9c2efbf7 100644 --- a/docs/xsls/changes.xsls +++ b/docs/xsls/changes.xsls @@ -85,7 +85,8 @@ X:template wrap(text, prefix) { !{$prefix} - !{translate(substring($text, $offset, $length), ' ', ' ')} + !{normalize-space(translate(substring($text, $offset, $length), + ' ', ' '))} X:text { } |