mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 08:57:35 -04:00
Traling spaces removal in text CHANGES files.
This commit is contained in:
parent
92a2f9d6e0
commit
99d42788b2
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue