Fix colspan on project's detail page

This commit is contained in:
Karsten Heiken
2011-09-28 20:56:49 +02:00
parent ceeb0ef08b
commit affbcc9dfe

View File

@@ -115,7 +115,7 @@
else:
?>
<tr>
<td colspan="3"><?=_('No experiments available.');?></td>
<td colspan="<?=(count($shares) > 0 || $project['public'] == 1) ? "4" : "3";?>"><?=_('No experiments available.');?></td>
</tr>
<?php
endif;