Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-25561 Gradebook : fixed whitespaces
[moodle.git]
/
grade
/
lib.php
diff --git
a/grade/lib.php
b/grade/lib.php
index
ed655c5
..
25071d2
100644
(file)
--- a/
grade/lib.php
+++ b/
grade/lib.php
@@
-678,7
+678,7
@@
function print_grade_page_head($courseid, $active_type, $active_plugin=null,
if ($return) {
$returnval .= $OUTPUT->heading($heading);
} else {
- echo $OUTPUT->heading($heading);
+ echo $OUTPUT->heading($heading);
}
if ($CFG->grade_navmethod == GRADE_NAVMETHOD_COMBO || $CFG->grade_navmethod == GRADE_NAVMETHOD_TABS) {