From: skodak Date: Thu, 30 Apr 2009 10:16:34 +0000 (+0000) Subject: MDL-19029 xhtml strict; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ad310aa455508e5d17203d61e1654f268ddb71ba;p=moodle.git MDL-19029 xhtml strict; merged from MOODLE_19_STABLE --- 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; } }