From ad310aa455508e5d17203d61e1654f268ddb71ba Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 30 Apr 2009 10:16:34 +0000 Subject: [PATCH] MDL-19029 xhtml strict; merged from MOODLE_19_STABLE --- grade/report/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grade/report/lib.php b/grade/report/lib.php index 28fac73180..736c3dc161 100755 --- a/grade/report/lib.php +++ b/grade/report/lib.php @@ -327,7 +327,7 @@ abstract class grade_report { $strsort = $this->get_lang_string('sort' . $matrix[$direction]); $arrow = print_arrow($direction, $strsort, true); - $html = '' . $arrow . ''; + $html = '' . $arrow . ''; return $html; } } -- 2.39.5