Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
771080b
)
Merge branch 'MDL-38794' of https://github.com/prateeksachan/moodle
author
Sam Hemelryk
<sam@moodle.com>
Sun, 8 Sep 2013 23:12:56 +0000
(11:12 +1200)
committer
Sam Hemelryk
<sam@moodle.com>
Sun, 8 Sep 2013 23:12:56 +0000
(11:12 +1200)
mod/book/view.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/book/view.php
b/mod/book/view.php
index
cf9ed55
..
9a604d2
100644
(file)
--- 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();