Skip to content

Commit

Permalink
Show description in exercise realisation -refs BT#10175 #FGE
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoDucou committed Aug 21, 2015
1 parent 3062947 commit 6a67ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/exercice/exercise_submit.php
Expand Up @@ -734,7 +734,7 @@
});
});
</script>";
echo Display::generate_accordion(array(array('title' => get_lang('ExerciseDescriptionLabel'), 'content' => null)), 'jquery', 'description_content');
echo Display::generate_accordion(array(array('title' => get_lang('ExerciseDescriptionLabel'), 'content' => $objExercise->description)), 'jquery', 'description_content');
}

if ($origin != 'learnpath') {
Expand Down

0 comments on commit 6a67ed2

Please sign in to comment.