Skip to content

Commit

Permalink
Merge branch 'MDL-29144' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Aug 29, 2011
2 parents 1e31393 + f28ef47 commit a1b7445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mod/quiz/renderer.php
Expand Up @@ -317,8 +317,6 @@ protected function render_quiz_nav_question_button(quiz_nav_question_button $but
$attributes[] = get_string('onthispage', 'quiz');
}

$attributes[] = $button->statestring;

// Flagged?
if ($button->flagged) {
$classes[] = 'flagged';
Expand Down

0 comments on commit a1b7445

Please sign in to comment.