diff --git a/rest/json-all-events.php b/rest/json-all-events.php
index 4cdadf3..d6f943d 100644
--- a/rest/json-all-events.php
+++ b/rest/json-all-events.php
@@ -236,7 +236,7 @@ protected function generate_event_html($event, $upload, $colors, $image_src_fiel
$template = '
';
$template .= $event[$image_src_field] ? '
' : '';
- $template .= '
' . $event['event_type_id:label'] . '
+ $template .= '
' . $event['event_type_id:label'] . '
' . $event['title'] . '
' . $event_time . '
' . $event_location . '
';
@@ -264,4 +264,4 @@ protected static function sameDay( $d1, $d2 ) {
return ( $d1->format( 'j' ) == $d2->format( 'j' ) ) && ( $d1->format( 'f' ) == $d2->format( 'f' ) ) && ( $d1->format( 'Y' ) == $d2->format( 'Y' ) );
}
-}
\ No newline at end of file
+}