Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 41e6713

Browse files
fix(datepicker): remove unecessery </th> from a template
Closes #1119
1 parent 8cbeff0 commit 41e6713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/datepicker/datepicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<span class="glyphicon glyphicon-chevron-left"> </span>
88
</button>
99
</th>
10-
<th colspan="{{rows[0].length - 2 + showWeekNumbers}}"><button type="button" class="btn btn-md btn-link btn-block" ng-click="toggleMode()"><strong>{{title}}</strong></button></th></th>
10+
<th colspan="{{rows[0].length - 2 + showWeekNumbers}}"><button type="button" class="btn btn-md btn-link btn-block" ng-click="toggleMode()"><strong>{{title}}</strong></button></th>
1111
<th style="overflow: hidden; min-width: 26px">
1212
<button type="button" class="btn btn-xs btn-link" ng-click="move(1)">
1313
<span class="glyphicon glyphicon-chevron-right"> </span>

0 commit comments

Comments
 (0)