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

This commit is contained in:
David Monllao
2015-09-14 09:39:18 +08:00
+1 -1
View File
@@ -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();