Added missing closing HTML tag in template
This commit is contained in:
parent
aa2d61d388
commit
3811d70b76
|
|
@ -57,7 +57,7 @@
|
|||
<?php if (empty($columns)): ?>
|
||||
<p class="alert alert-error"><?= t('Your board doesn\'t have any columns!') ?></p>
|
||||
<?php else: ?>
|
||||
<table class="table-striped table-scrolling"
|
||||
<table class="table-striped table-scrolling">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="column-40"><?= t('Column') ?></th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue