diff --git a/calendar/js/et2_widget_event.js b/calendar/js/et2_widget_event.js
index 00a22c1d18..e18e7e2616 100644
--- a/calendar/js/et2_widget_event.js
+++ b/calendar/js/et2_widget_event.js
@@ -502,13 +502,17 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
cat.destroy();
}
var participants = '';
+ if(this.options.value.participant_types[''])
+ {
+ participants += this.options.value.participant_types[''].join("
");
+ }
for(var type_name in this.options.value.participant_types)
{
if(type_name)
{
participants += '
'+type_name+':
';
+ participants += this.options.value.participant_types[type_name].join("
");
}
- participants += this.options.value.participant_types[type_name].join("
");
}
return '