Commit 0aaa6dd8 authored by Davis King's avatar Davis King

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

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