mirror of
https://github.com/nginx/nginx.git
synced 2025-01-05 13:44:56 -06: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