Merge branch 'MDL-51232' of git://github.com/jinuabraham/moodle

This commit is contained in:
David Monllao 2015-09-14 09:38:56 +08:00
commit 3f1bc32d22

View File

@ -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();