error/error: show newlines in exception
This commit is contained in:
parent
4199e642ef
commit
408c15b8fb
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue