XSLT regeneration for the previous commit.
diff --git a/docs/xslt/changes.xslt b/docs/xslt/changes.xslt index 2e06611..89c348d 100644 --- a/docs/xslt/changes.xslt +++ b/docs/xslt/changes.xslt
@@ -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>