Skip to content

Commit

Permalink
Fixed bug #4038 encoding problems when grading; merged from MOODLE_15…
Browse files Browse the repository at this point in the history
…_STABLE
  • Loading branch information
skodak committed Nov 16, 2005
1 parent acab909 commit 5a36be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/assignment/lib.php
Expand Up @@ -456,6 +456,8 @@ function submissions($mode) {
switch ($mode) {
case 'grade': // We are in a popup window grading
if ($submission = $this->process_feedback()) {
//IE needs proper header with encoding
print_header(get_string('feedback', 'assignment').':'.format_string($this->assignment->name));
print_heading(get_string('changessaved'));
$this->update_main_listing($submission);
}
Expand Down

0 comments on commit 5a36be8

Please sign in to comment.