Skip to content

Commit

Permalink
xhtml fix in grade_display_grade_preferences(). For MDL-7861.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshane committed Dec 22, 2006
1 parent c5bb277 commit 9d95a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/lib.php
Expand Up @@ -2723,7 +2723,7 @@ function grade_display_grade_preferences($course, $preferences) {
echo '<input type="hidden" name="action" value="set_grade_preferences" />';
echo '<input type="hidden" name="id" value="'.$course->id.'" />';
echo '<input type="hidden" name="sesskey" value="'.sesskey().'" />';
echo '<table border="0" cellspacing="2" cellpadding="5" align="center" class="gradeprefs generalbox"';
echo '<table border="0" cellspacing="2" cellpadding="5" align="center" class="gradeprefs generalbox">';

$optionsyesno = NULL;
$optionsyesno[0] = get_string('no');
Expand Down

0 comments on commit 9d95a8d

Please sign in to comment.