From bc34030753de28b6096b6fcfef86f7a8640d9dcd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Apr 2014 19:38:06 +0800 Subject: [PATCH] Roo/grid/Calendar.js --- Roo/grid/Calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 2948385d47..387855ad1c 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}\n{1}', ev.title,ev.description || '') + qtip: String.format('{0} - {1}', ev.title,ev.description || '') } -- 2.39.2