Browse Source

[svn r12844] Fixed little bug in results display

Yannick Warnier 17 years ago
parent
commit
0ded808b80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/exercice/exercice.php

+ 1 - 1
main/exercice/exercice.php

@@ -917,7 +917,7 @@ if($_configuration['tracking_enabled'])
 		?>
 
 		 <tr>
-		  <td colspan="3"><?php echo get_lang("NoResult"); ?></td>
+		  <td colspan="5"><?php echo get_lang("NoResult"); ?></td>
 		 </tr>
 
 		<?php