[svn r16062] The "2" of question 1 / 2 is glued to the next word. FS#2781

skala
Julio Montoya 17 years ago
parent 946067523c
commit 129d0f83e9
  1. 4
      main/exercice/exercice_submit.php

@ -37,7 +37,7 @@
* @package dokeos.exercise
* @author Olivier Brouckaert
* @author Julio Montoya multiple fill in blank option added
* @version $Id: exercice_submit.php 15887 2008-08-01 13:55:25Z elixir_julian $
* @version $Id: exercice_submit.php 16062 2008-08-25 15:38:33Z juliomontoya $
*/
@ -572,7 +572,7 @@ else
<td valign='middle' bgcolor='#e6e6e6'>
".get_lang('Question')." ";
$s.=$i.' : ';
if($exerciseType == 2) $s.=' / '.$nbrQuestions;
if($exerciseType == 2) $s.=' / '.$nbrQuestions.' ';
echo $s;

Loading…
Cancel
Save