Making pretty printed log look normal again. Issue #6

This commit is contained in:
Rob Vermaas
2012-04-30 20:22:03 +02:00
parent 437e59c4a8
commit eb51065a16
3 changed files with 9 additions and 3 deletions

View File

@ -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>