Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
1bd6a2d0
Commit
1bd6a2d0
authored
Apr 17, 2013
by
prateeksachan
Browse files
MDL-38794 passed overflowdiv parameter
parent
b3661ab2
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/book/view.php
View file @
1bd6a2d0
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment