Skip to content

Commit 80a7e4c

Browse files
committed
removes renegade quote in markup string
Note to self: the whole chunk of code here can probably be removed, actually.. but that's for another pull request.
1 parent 0ba8c8b commit 80a7e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.fn.gantt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
// Last month
659659
monthArr.push(
660660
'<div class="row header month" style="width: '
661-
+ tools.getCellSize() * daysInMonth + 'px">"<div class="fn-label">'
661+
+ tools.getCellSize() * daysInMonth + 'px"><div class="fn-label">'
662662
+ settings.months[month]
663663
+ '</div></div>');
664664

0 commit comments

Comments
 (0)