From de91e824261d5a42fdc5da8e8d2a3dd31066ef2f Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 3 Aug 2016 09:34:08 -0600 Subject: [PATCH] Add a missing space in event tooltip between multi-day start and end times --- calendar/js/et2_widget_event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/et2_widget_event.js b/calendar/js/et2_widget_event.js index 38bf13bc02..906ff843b5 100644 --- a/calendar/js/et2_widget_event.js +++ b/calendar/js/et2_widget_event.js @@ -476,7 +476,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten var times = !this.options.value.multiday ? ''+this.egw().lang('Time')+':' + timespan : - ''+this.egw().lang('Start') + ':' +start+ + ''+this.egw().lang('Start') + ':' +start+ ' ' + ''+this.egw().lang('End') + ':' + end; var cat_label = ''; if(this.options.value.category)