Skip to content

Commit

Permalink
Fix colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
noximo committed Mar 16, 2019
1 parent 92ec7b3 commit 742a9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace noximo;
</thead>
<?php foreach ($data[FileOutput::UNKNOWN] as $error): ?>
<tr class="error">
<td>
<td colspan="2">
<?= $error ?>
</td>
</tr>
Expand Down

0 comments on commit 742a9ce

Please sign in to comment.