fix encoding fail in calendar app - bugfix for oc-1194

This commit is contained in:
Georg Ehrke 2012-07-03 13:55:48 +02:00
parent 8a1c279183
commit ca2b1f7863
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ $(document).ready(function(){
eventDrop: Calendar.UI.moveEvent,
eventResize: Calendar.UI.resizeEvent,
eventRender: function(event, element) {
element.find('.fc-event-title').html(element.find('.fc-event-title').html());
element.find('.fc-event-title').html(element.find('.fc-event-title').text());
element.tipsy({
className: 'tipsy-event',
opacity: 0.9,