diff --git a/include/event.php b/include/event.php index 75fc3cf732..280b1380a2 100644 --- a/include/event.php +++ b/include/event.php @@ -10,7 +10,7 @@ require_once 'include/datetime.php'; function format_event_html($ev, $simple = false) { - if (! ((is_array($ev)) && count($ev))) + if (! ((is_array($ev)) && count($ev))) { return ''; }