Traling spaces removal in text CHANGES files.

This commit is contained in:
Igor Sysoev 2011-08-23 10:10:25 +00:00
parent 92a2f9d6e0
commit 99d42788b2

View File

@ -85,7 +85,8 @@ X:template wrap(text, prefix) {
!{$prefix}
!{translate(substring($text, $offset, $length), ' ', ' ')}
!{normalize-space(translate(substring($text, $offset, $length),
' ', ' '))}
X:text {
}