From 129d0f83e963ffb233bccc9cb545adee859b088f Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 25 Aug 2008 17:38:33 +0200 Subject: [PATCH] [svn r16062] The "2" of question 1 / 2 is glued to the next word. FS#2781 --- main/exercice/exercice_submit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/exercice/exercice_submit.php b/main/exercice/exercice_submit.php index 849456b070..7a438a8375 100644 --- a/main/exercice/exercice_submit.php +++ b/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 ".get_lang('Question')." "; $s.=$i.' : '; - if($exerciseType == 2) $s.=' / '.$nbrQuestions; + if($exerciseType == 2) $s.=' / '.$nbrQuestions.' '; echo $s;