From 39f5a2bdf0cabb14c9e838b2079b4caf77458dcb Mon Sep 17 00:00:00 2001 From: vyshane Date: Thu, 21 Dec 2006 07:43:29 +0000 Subject: [PATCH] Fixed xhtml issues in grade_set_categories(). MDL-7861. --- grade/lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grade/lib.php b/grade/lib.php index db081e3cdc..9f81bd9f0b 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -2373,6 +2373,7 @@ function grade_set_categories() { echo ''; echo ''; echo ''; echo ''; @@ -2459,7 +2460,7 @@ function grade_set_categories() { echo '
'.get_string('setcategories','grades'); helpbutton('category', get_string('gradecategoryhelp','grades'), 'grade'); + echo '
'.get_string('gradeitem','grades').''.get_string('category','grades').''.get_string('maxgrade','grades').''.get_string('curveto','grades').''.get_string('extracredit','grades').'
'; grade_delete_category_form(); echo '
'; - echo '
'.get_string('extracreditwarning','grades').'
'; + echo '
'.get_string('extracreditwarning','grades').'
'; } function grade_delete_category() { -- 2.39.5