Corrected typo in word-wrapping for description in event display

pull/639/head
David André 2015-08-30 22:57:53 +02:00
parent cbfcd0b883
commit b7f3640e55
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 style="word-wrap: break-word;>"
<dd style="word-wrap: break-word;">
<?php echo nl2br(h($event['Event']['info'])); ?>
&nbsp;
</dd>