MDL-46457 mod_lti: Render lti description through standard format_module_intro

This commit is contained in:
Adam Olley
2014-07-29 10:38:43 +09:30
parent 40f0ad21a3
commit 8ce862ed83
+1 -1
View File
@@ -120,7 +120,7 @@ if ($lti->showtitlelaunch) {
}
if ($lti->showdescriptionlaunch && $lti->intro) {
echo $OUTPUT->box($lti->intro, 'generalbox description', 'intro');
echo $OUTPUT->box(format_module_intro('lti', $lti, $cm->id), 'generalbox description', 'intro');
}
if ( $launchcontainer == LTI_LAUNCH_CONTAINER_WINDOW ) {