Hack to render empty lines in logs correctly

This commit is contained in:
Eelco Dolstra 2013-04-02 23:40:19 +02:00
parent e7926e046b
commit 841e03ecba

View file

@ -68,7 +68,7 @@
<xsl:if test="@priority = 3">
<xsl:attribute name="class">code prio3</xsl:attribute>
</xsl:if>
<xsl:apply-templates/>
<xsl:apply-templates/><br/>
</span>
</xsl:template>