Adam Shaw 9 rokov pred
rodič
commit
4751f466ac
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/list/ListView.js

+ 1 - 1
src/list/ListView.js

@@ -184,7 +184,7 @@ var ListViewGrid = Grid.extend({
 					'<span class="fc-list-heading-alt">' +
 						htmlEscape(dayDate.format(altFormat)) +
 					'</span>' :
-					'')
+					'') +
 			'</td>' +
 		'</tr>';
 	},