Added missing closing HTML tag in template

This commit is contained in:
Sukaos 2020-06-07 23:26:04 +02:00 committed by GitHub
parent aa2d61d388
commit 3811d70b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>