Commit 1c249bb5 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Print the message separately from the paths to avoid strange wrapping.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@802 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3e39374a
......@@ -188,7 +188,11 @@
<xsl:text>&tab;*&space;</xsl:text>
<!-- print the paths and message nicely wrapped -->
<xsl:call-template name="wrap">
<xsl:with-param name="txt" select="concat($rev,$paths,$msg)" />
<xsl:with-param name="txt" select="concat($rev,$paths)" />
</xsl:call-template>
<xsl:text>&tab;&space;&space;</xsl:text>
<xsl:call-template name="wrap">
<xsl:with-param name="txt" select="$msg" />
</xsl:call-template>
</xsl:template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment