error/error: show newlines in exception

This commit is contained in:
Thomas Gelf 2014-06-25 10:01:59 +02:00
parent 4199e642ef
commit 408c15b8fb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<?php endif ?>
<div class="content">
<?php if ($this->message): ?>
<p><strong><?= $this->escape($message) ?></strong></p>
<p><strong><?= nl2br($this->escape($message)) ?></strong></p>
<?php endif ?>
<?php if (isset($stackTrace)) : ?>
<hr />