summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-10-12 13:18:26 -0300
committerRenato Botelho <renato@netgate.com>2016-10-12 13:18:26 -0300
commitbc0a0c2e63f5416ee9f0d12036f4d30c449fdc3f (patch)
tree0b9200513cef29e2f7c418ea10ac37596d4380bf
parent4e04d89673f27d9f9075540b1bb03076bcbc7327 (diff)
parent348fae16e4c4735afef619184fba76b97effd875 (diff)
downloadpfsense-bc0a0c2e63f5416ee9f0d12036f4d30c449fdc3f.zip
pfsense-bc0a0c2e63f5416ee9f0d12036f4d30c449fdc3f.tar.gz
Merge pull request #3154 from PiBa-NL/filenoticeBR
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 615ce9a..c8b882a 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -650,7 +650,7 @@ if (are_notices_pending()):?>
<a href="<?=htmlspecialchars($notice['url'])?>"><?=htmlspecialchars($notice['id'])?></a> -
<?php endif;?>
</b>
- <?=htmlspecialchars($notice['notice'])?>
+ <?=str_replace("\n", "<br/>", htmlspecialchars($notice['notice']))?>
<i>@ <?=date('Y-m-d H:i:s', $notice['time'])?></i>
</li>
<?php endforeach;?>
OpenPOWER on IntegriCloud