mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
XSLT regeneration for the previous commit.
This commit is contained in:
parent
99d42788b2
commit
4e80f39ff0
@ -126,7 +126,7 @@
|
||||
|
||||
<xsl:value-of select="$prefix"/>
|
||||
|
||||
<xsl:value-of select="translate(substring($text, $offset, $length), ' ', ' ')"/>
|
||||
<xsl:value-of select="normalize-space(translate(substring($text, $offset, $length), ' ', ' '))"/>
|
||||
|
||||
<xsl:text>
|
||||
</xsl:text>
|
||||
|
Loading…
Reference in New Issue
Block a user