Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7496 from lightsofapollo/bug-828311-regression-fix
Browse files Browse the repository at this point in the history
Bug 828311 - forgot to push typo fix =/ caused regression
  • Loading branch information
lightsofapollo committed Jan 10, 2013
2 parents 3c1ab26 + a919dda commit a2811f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/calendar/js/templates/week.js
Expand Up @@ -29,7 +29,7 @@

event: function() {
return '<li class="event" data-id="' + this.h('busytimeId') + '">' +
'<div class="container calend +ar-id-' + this.h('calendarId') + ' ' +
'<div class="container calendar-id-' + this.h('calendarId') + ' ' +
'calendar-display calendar-color">' +
this.h('title') +
'</div>' +
Expand Down

0 comments on commit a2811f2

Please sign in to comment.