Skip to content

Commit

Permalink
MDL-32053 question: Question bank table displayed inconsistently
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassaei authored and Sam Hemelryk committed Mar 19, 2012
1 parent 5691235 commit cff8f5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions question/editlib.php
Expand Up @@ -1430,9 +1430,7 @@ protected function get_row_classes($question, $rowcount) {
if ($question->id == $this->lastchangedid) {
$classes[] ='highlight';
}
if (!empty($this->extrarows)) {
$classes[] = 'r' . ($rowcount % 2);
}
$classes[] = 'r' . ($rowcount % 2);
return $classes;
}

Expand Down

0 comments on commit cff8f5d

Please sign in to comment.