Fix wrong colspan in project details

This commit is contained in:
Karsten Heiken
2011-08-31 10:31:09 +02:00
parent f87ebc828f
commit 47028a47b0

View File

@@ -106,7 +106,7 @@
else: else:
?> ?>
<tr> <tr>
<td colspan="3"><?=_('No jobs found.');?></td> <td colspan="4"><?=_('No jobs found.');?></td>
</tr> </tr>
<?php <?php
endif; endif;