Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 06:02:44 +0000 (14:02 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 06:02:44 +0000 (14:02 +0800)
Roo/bootstrap/Calendar.js

index 84d9d51..9486767 100644 (file)
@@ -56,7 +56,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                             'fc-corner-' + corner.split(' ').join(' fc-corner-') :
                             ''
                         ),
-                html : '<SPAN class="fc-text-'+style+ '" unselectable="on">'+content +'</SPAN>',
+                html : '<SPAN class="fc-text-'+style+ '">'+content +'</SPAN>',
                 unselectable: 'on'
             });
         };