From: Alan Knowles Date: Wed, 9 Apr 2014 11:36:46 +0000 (+0800) Subject: Roo/grid/Calendar.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=35dd7b0d5894d6653e14fb994780b3e3bb87ee97;p=roojs1 Roo/grid/Calendar.js --- diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 5b35cf5d61..c3c867f005 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -798,7 +798,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, { tag:'span', cls: 'fc-event-title', html : String.format('{0}', ev.title), - qtip: String.format('{0}
', ev.title,ev.description || '') + qtip: String.format('{0}<br/>', ev.title,ev.description || '') }