mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-51232' of git://github.com/jinuabraham/moodle
This commit is contained in:
commit
3f1bc32d22
@ -204,7 +204,7 @@ book_view($book, $chapter, $islastchapter, $course, $cm, $context);
|
||||
// =====================================================
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($book->name);
|
||||
echo $OUTPUT->heading(format_string($book->name));
|
||||
|
||||
$navclasses = book_get_nav_classes();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user