diff --git a/main/exercice/admin.php b/main/exercice/admin.php
index 77bc1d03a0..66312dedb2 100644
--- a/main/exercice/admin.php
+++ b/main/exercice/admin.php
@@ -451,7 +451,7 @@ $inATest = isset($exerciseId) && $exerciseId > 0;
if ($inATest) {
echo '
';
if (isset($_GET['hotspotadmin']) || isset($_GET['newQuestion']) || isset($_GET['myid']))
- echo '
'.Display::return_icon('back.png', get_lang('GoBackToQuestionList'),'',ICON_SIZE_MEDIUM).'';
+ echo '
'.Display::return_icon('back.png', get_lang('GoBackToQuestionList'),'',ICON_SIZE_MEDIUM).'';
if (!isset($_GET['hotspotadmin']) && !isset($_GET['newQuestion']) && !isset($_GET['myid']) && !isset($_GET['editQuestion'])) {
echo '
'.Display::return_icon('back.png', get_lang('BackToExercisesList'),'',ICON_SIZE_MEDIUM).'';
@@ -499,11 +499,11 @@ if ($newQuestion || $editQuestion) {
// statement management
$type = Security::remove_XSS($_REQUEST['answerType']);
echo '
';
-
+
if ($newQuestion == 'yes') {
$objExercise->edit_exercise_in_lp = true;
}
-
+
require 'question_admin.inc.php';
}