made the change log page not use pre tags anymore for the comment display.

This commit is contained in:
Davis King 2012-11-07 23:15:18 -05:00
parent b0b281cb2a
commit 0aaa6dd88c
1 changed files with 1 additions and 1 deletions

View File

@ -1123,7 +1123,7 @@ function BigToggle(node)
</xsl:template>
<xsl:template match="msg">
<pre><xsl:value-of select="."/></pre>
<p style="margin:0.4em"><xsl:value-of select="."/></p>
</xsl:template>