File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1741,7 +1741,7 @@ $.extend(Datepicker.prototype, {
1741
1741
( otherMonth && ! showOtherMonths ? "" : " " + daySettings [ 1 ] + // highlight custom dates
1742
1742
( printDate . getTime ( ) === currentDate . getTime ( ) ? " " + this . _currentClass : "" ) + // highlight selected day
1743
1743
( printDate . getTime ( ) === today . getTime ( ) ? " ui-datepicker-today" : "" ) ) + "'" + // highlight today (if different)
1744
- ( ( ! otherMonth || showOtherMonths ) && daySettings [ 2 ] ? " title='" + daySettings [ 2 ] . replace ( / ' / g, "&apos ;" ) + "'" : "" ) + // cell title
1744
+ ( ( ! otherMonth || showOtherMonths ) && daySettings [ 2 ] ? " title='" + daySettings [ 2 ] . replace ( / ' / g, "' ;" ) + "'" : "" ) + // cell title
1745
1745
( unselectable ? "" : " data-handler='selectDay' data-event='click' data-month='" + printDate . getMonth ( ) + "' data-year='" + printDate . getFullYear ( ) + "'" ) + ">" + // actions
1746
1746
( otherMonth && ! showOtherMonths ? " " : // display for other months
1747
1747
( unselectable ? "<span class='ui-state-default'>" + printDate . getDate ( ) + "</span>" : "<a class='ui-state-default" +
You can’t perform that action at this time.
0 commit comments