Word-wrap for event description

Request: https://groups.google.com/forum/#!topic/misp-users/6FbZp0jd8_g
pull/626/head
David André 2015-08-28 14:47:01 +02:00
parent a320e9f34b
commit 3b75f6e793
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ $mayPublish = ($isAclPublish && $event['Event']['orgc'] == $me['org']);
?>
</dd>
<dt>Description</dt>
<dd>
<dd style="word-wrap: break-word;>"
<?php echo nl2br(h($event['Event']['info'])); ?>
&nbsp;
</dd>