Skip to content

Commit 742a9ce

Browse files
committed
Fix colspan
1 parent 92ec7b3 commit 742a9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace noximo;
8585
</thead>
8686
<?php foreach ($data[FileOutput::UNKNOWN] as $error): ?>
8787
<tr class="error">
88-
<td>
88+
<td colspan="2">
8989
<?= $error ?>
9090
</td>
9191
</tr>

0 commit comments

Comments
 (0)