]> git.kaiwu.me - nginx.git/commitdiff
XSLT regeneration for the previous commit.
authorIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2011 10:11:09 +0000 (10:11 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2011 10:11:09 +0000 (10:11 +0000)
docs/xslt/changes.xslt

index 2e0661166b4bd59e8294f38182d740febc781bf2..89c348d4de922548d1d9b58482d8fdc1f5db55b2 100644 (file)
 
          <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>