Browse Source

[svn r17068] Fixed missing column when no result

Yannick Warnier 16 years ago
parent
commit
ff941f2cf0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/exercice/exercice.php

+ 2 - 2
main/exercice/exercice.php

@@ -1,4 +1,4 @@
-<?php // $Id: exercice.php 17067 2008-12-04 07:49:49Z yannoo $
+<?php // $Id: exercice.php 17068 2008-12-04 07:50:33Z yannoo $
  
 /*
 ==============================================================================
@@ -1113,7 +1113,7 @@ if($_configuration['tracking_enabled'])
 		?>
 
 		 <tr>
-		  <td colspan="5"><?php echo get_lang("NoResult"); ?></td>
+		  <td colspan="6"><?php echo get_lang("NoResult"); ?></td>
 		 </tr>
 
 		<?php