diff --git a/calendar/resources/content/dateUtils.js b/calendar/resources/content/dateUtils.js index 7bb74a1ded26..88894becafb2 100644 --- a/calendar/resources/content/dateUtils.js +++ b/calendar/resources/content/dateUtils.js @@ -505,7 +505,7 @@ DateFormater.prototype.formatInterval = function( startDateTime, endDateTime, is this.makeRange(this.getFormatedTime(startDateTime), this.getFormatedTime(endDateTime)))) // range across different days - : this.makeRange(this.formatDateTime(startDateTime) + + : this.makeRange(this.formatDateTime(startDateTime), this.formatDateTime(endDateTime)))); }