diff options
Diffstat (limited to 'modules/info/views/info_block.html.php')
-rw-r--r-- | modules/info/views/info_block.html.php | 2 |
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): ?> |