From: tjhunt Date: Thu, 18 Sep 2008 08:21:57 +0000 (+0000) Subject: XHTML Strict! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c215d9d4f259138fbc179dddee3ee0c6c4c5367b;p=moodle.git XHTML Strict! --- diff --git a/course/report/progress/index.php b/course/report/progress/index.php index 0548b625cc..616247aa57 100644 --- a/course/report/progress/index.php +++ b/course/report/progress/index.php @@ -113,7 +113,7 @@ if(!$csv) { get_string('firstname').' / '. get_string('lastname').''; } else { - print ''. + print ''. get_string('firstname').' / '. get_string('lastname'); }