Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 11:36:46 +0000 (19:36 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 11:36:46 +0000 (19:36 +0800)
Roo/grid/Calendar.js

index 5b35cf5..c3c867f 100644 (file)
@@ -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}<br/>', ev.title,ev.description || '')
+                                  qtip: String.format('{0}&lt;br/&gt;', ev.title,ev.description || '')
                                 }