Skip to content

Commit

Permalink
Use correct array keys
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Apr 21, 2017
1 parent 2858866 commit 2555d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/bootstrap-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1945,9 +1945,9 @@
'<th colspan="7" class="datepicker-title"></th>'+
'</tr>'+
'<tr>'+
'<th class="prev">'+defaults.leftArrow+'</th>'+
'<th class="prev">'+defaults.templates.leftArrow+'</th>'+
'<th colspan="5" class="datepicker-switch"></th>'+
'<th class="next">'+defaults.rightArrow+'</th>'+
'<th class="next">'+defaults.templates.rightArrow+'</th>'+
'</tr>'+
'</thead>',
contTemplate: '<tbody><tr><td colspan="7"></td></tr></tbody>',
Expand Down

0 comments on commit 2555d8d

Please sign in to comment.