From 004f8688255a2e63b738d620bc7697bd38dcf8e8 Mon Sep 17 00:00:00 2001 From: prateeksachan Date: Wed, 17 Apr 2013 20:35:52 +0530 Subject: [PATCH] MDL-38794 passed overflowdiv parameter --- mod/book/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/book/view.php b/mod/book/view.php index cf9ed5512b8..9a604d2983d 100644 --- a/mod/book/view.php +++ b/mod/book/view.php @@ -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();