MDL-46457 mod_lti: Render lti description through standard format_module_intro
This commit is contained in:
+1
-1
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user