summaryrefslogtreecommitdiff
path: root/modules/info/views/info_block.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info/views/info_block.html.php')
-rw-r--r--modules/info/views/info_block.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php
index ccb564d3..9f544376 100644
--- a/modules/info/views/info_block.html.php
+++ b/modules/info/views/info_block.html.php
@@ -7,7 +7,7 @@
<? if ($item->description): ?>
<li>
<strong class="caption"><?= t("Description:") ?></strong>
- <?= p::purify($item->description) ?>
+ <?= nl2br(p::purify($item->description)) ?>
</li>
<? endif ?>
<? if ($item->id != 1): ?>