diff --git a/main/exercice/exercise.class.php b/main/exercice/exercise.class.php index 4e05dd87f4..ef55e04567 100644 --- a/main/exercice/exercise.class.php +++ b/main/exercice/exercise.class.php @@ -5838,8 +5838,8 @@ class Exercise } - $html = '
'; - $html .= '
'; + $html = '
'; + $html .= '
'; $reviewAnswerLabel = null; if ($this->review_answers) { @@ -5869,7 +5869,7 @@ class Exercise $link = $url.'&num='; - $html .= '
'; + $html .= '
'; if (!empty($categoryList)) { $html .= $this->progressExercisePaginationBarWithCategories($categoryList, $current_question, $conditions, $link); } else {