Skip to content

Commit 4dcf2ed

Browse files
committed
Add missing class on _includes/syllabus.html
1 parent cfc5573 commit 4dcf2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/syllabus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2 id="schedule">Schedule</h2>
2626
{% assign hours = current | divided_by: 60 %}
2727
{% assign minutes = current | modulo: 60 %}
2828
<tr>
29-
{% if multiday %}<td></td>{% endif %}
29+
{% if multiday %}<td class="col-md-1"></td>{% endif %}
3030
<td class="col-md-1">{% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }}</td>
3131
<td class="col-md-3">Finish</td>
3232
<td class="col-md-7"></td>
@@ -62,7 +62,7 @@ <h2 id="schedule">Schedule</h2>
6262
{% assign hours = current | divided_by: 60 %}
6363
{% assign minutes = current | modulo: 60 %}
6464
<tr>
65-
{% if multiday %}<td></td>{% endif %}
65+
{% if multiday %}<td class="col-md-1"></td>{% endif %}
6666
<td class="col-md-1">{% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }}</td>
6767
<td class="col-md-3">Finish</td>
6868
<td class="col-md-7"></td>

0 commit comments

Comments
 (0)