Hack to render empty lines in logs correctly
This commit is contained in:
parent
e7926e046b
commit
841e03ecba
|
@ -68,7 +68,7 @@
|
||||||
<xsl:if test="@priority = 3">
|
<xsl:if test="@priority = 3">
|
||||||
<xsl:attribute name="class">code prio3</xsl:attribute>
|
<xsl:attribute name="class">code prio3</xsl:attribute>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/><br/>
|
||||||
</span>
|
</span>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue