mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-38794' of https://github.com/prateeksachan/moodle
This commit is contained in:
commit
33909ed001
@ -191,7 +191,7 @@ if (!$book->customtitles) {
|
||||
}
|
||||
}
|
||||
$chaptertext = file_rewrite_pluginfile_urls($chapter->content, 'pluginfile.php', $context->id, 'mod_book', 'chapter', $chapter->id);
|
||||
echo format_text($chaptertext, $chapter->contentformat, array('noclean'=>true, 'context'=>$context));
|
||||
echo format_text($chaptertext, $chapter->contentformat, array('noclean'=>true, 'overflowdiv'=>true, 'context'=>$context));
|
||||
|
||||
echo $OUTPUT->box_end();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user