Merge r.9498 from maint-rel-1.4

This commit is contained in:
j2blake 2012-01-11 19:54:29 +00:00
parent 0bb104a4b2
commit 789ebe105a

View file

@ -25,11 +25,14 @@
</p>
<p>
<strong>Stack trace</strong> (full trace available in the vivo log): ${stackTrace}
<strong>Stack trace</strong> (full trace available in the vivo log):
<pre>${stackTrace}</pre>
</p>
<#if cause?has_content>
<p><strong>Caused by:</strong> ${cause}</p>
<p><strong>Caused by:</strong>
<pre>${cause}</pre>
</p>
</#if>
</body>
@ -43,10 +46,12 @@ Requested url: ${requestedUrl}
Error message: ${errorMessage}
Stack trace (full trace available in the vivo log): ${stackTrace}
Stack trace (full trace available in the vivo log):
${stackTrace}
<#if cause?has_content>
Caused by: ${cause}
Caused by:
${cause}
</#if>
</#assign>