Making pretty printed log look normal again. Issue #6
This commit is contained in:
@ -61,7 +61,7 @@
|
||||
|
||||
|
||||
<xsl:template match="head|line">
|
||||
<code>
|
||||
<div class="code">
|
||||
<xsl:if test="@error">
|
||||
<xsl:attribute name="class">errorLine</xsl:attribute>
|
||||
</xsl:if>
|
||||
@ -72,7 +72,7 @@
|
||||
<xsl:attribute name="class">prio3</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:apply-templates/>
|
||||
</code>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user