Make the stack trace look better.

This commit is contained in:
j2blake 2011-10-18 20:55:49 +00:00
parent 946eb33363
commit 811c3a994f
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
</tr>
<#if item.cause??>
<tr>
<td colspan="2">${item.cause}</td>
<td colspan="2"><pre>${item.cause}</pre></td>
</tr>
</#if>
</table>

View file

@ -37,7 +37,7 @@
</tr>
<#if item.cause??>
<tr>
<td colspan="2">${item.cause}</td>
<td colspan="2"><pre>${item.cause}</pre></td>
</tr>
</#if>
</table>