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
b6c97f4c
Commit
b6c97f4c
authored
Aug 31, 2015
by
Jinu Abraham
Browse files
MDL-51232 mod_book: Filter name header
parent
6d392b30
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/book/view.php
View file @
b6c97f4c
...
...
@@ -206,7 +206,7 @@ if ($book->navstyle) {
// =====================================================
echo
$OUTPUT
->
header
();
echo
$OUTPUT
->
heading
(
$book
->
name
);
echo
$OUTPUT
->
heading
(
format_string
(
$book
->
name
)
)
;
$navclasses
=
book_get_nav_classes
();
...
...
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