mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
error/error: show newlines in exception
This commit is contained in:
parent
4199e642ef
commit
408c15b8fb
@ -5,7 +5,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php if ($this->message): ?>
|
<?php if ($this->message): ?>
|
||||||
<p><strong><?= $this->escape($message) ?></strong></p>
|
<p><strong><?= nl2br($this->escape($message)) ?></strong></p>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if (isset($stackTrace)) : ?>
|
<?php if (isset($stackTrace)) : ?>
|
||||||
<hr />
|
<hr />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user