mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-36167 fix trailing whitespace
This commit is contained in:
parent
76089dc378
commit
6aa4fccc74
@ -1033,7 +1033,7 @@ class assign {
|
||||
$displaygrade = format_float($grade);
|
||||
}
|
||||
$o .= '<label class="accesshide" for="quickgrade_' . $userid . '">' . get_string('usergrade', 'assign') . '</label>';
|
||||
$o .= '<input type="text" id="quickgrade_' . $userid . '" name="quickgrade_' . $userid . '" value="' .
|
||||
$o .= '<input type="text" id="quickgrade_' . $userid . '" name="quickgrade_' . $userid . '" value="' .
|
||||
$displaygrade . '" size="6" maxlength="10" class="quickgrade"/>';
|
||||
$o .= ' / ' . format_float($this->get_instance()->grade,2);
|
||||
$o .= '<input type="hidden" name="grademodified_' . $userid . '" value="' . $modified . '"/>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user