diff --git a/schedule/parse.php b/schedule/parse.php index c43fdfd..e4ffd6c 100644 --- a/schedule/parse.php +++ b/schedule/parse.php @@ -276,6 +276,7 @@ function parseData($config, $data) { $fulltalk_spkr = strlen($speakers) > 0 ? (' (' . $speakers . ')') : ''; $fulltalks .= '
' . $event['title'] . ' ' . $fulltalk_spkr . '
'; $fulltalks .= '' . $event['abstract'] . '
'; + $fulltalks .= ''; $fulltalks .= ''; if ($eid === $lastEventId) {