monitoring: Transform markdown markup in host and service notes

refs #3684
This commit is contained in:
Johannes Meyer 2019-06-04 15:25:13 +02:00
parent d4cf7a8ec4
commit 3a955ae19b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if (($navigation->isEmpty() || ! $navigation->hasRenderableItems()) && $notes ==
<td>
<?= $navigation->getRenderer() ?>
<?php if ($notes !== ''): ?>
<p><?= $this->nl2br($this->escape($notes)) ?></p>
<section class="notes"><?= $this->markdown($notes) ?></section>
<?php endif ?>
</td>
</tr>