We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ec7b3 commit 742a9ceCopy full SHA for 742a9ce
src/table.phtml
@@ -85,7 +85,7 @@ namespace noximo;
85
</thead>
86
<?php foreach ($data[FileOutput::UNKNOWN] as $error): ?>
87
<tr class="error">
88
- <td>
+ <td colspan="2">
89
<?= $error ?>
90
</td>
91
</tr>
0 commit comments