Make the stack trace look better.
This commit is contained in:
parent
946eb33363
commit
811c3a994f
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue