Skip to content

Commit

Permalink
quiz: Fix copy/paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Jun 25, 2009
1 parent fa98e6d commit 75b7cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/view.php
Expand Up @@ -201,7 +201,7 @@
$table->align[] = 'center';
$table->size[] = '';
}
$table->head[] = get_string('timecompleted', 'quiz') . ' / ' . quiz_format_grade($quiz, $quiz->sumgrades);
$table->head[] = get_string('timecompleted', 'quiz');
$table->align[] = 'left';
$table->size[] = '';
if ($markcolumn) {
Expand Down

0 comments on commit 75b7cac

Please sign in to comment.