mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 04:49:01 +08:00
Traling spaces removal in text CHANGES files.
This commit is contained in:
parent
92a2f9d6e0
commit
99d42788b2
@ -85,7 +85,8 @@ X:template wrap(text, prefix) {
|
||||
|
||||
!{$prefix}
|
||||
|
||||
!{translate(substring($text, $offset, $length), ' ', ' ')}
|
||||
!{normalize-space(translate(substring($text, $offset, $length),
|
||||
' ', ' '))}
|
||||
|
||||
X:text { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user