From c215d9d4f259138fbc179dddee3ee0c6c4c5367b Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 18 Sep 2008 08:21:57 +0000 Subject: [PATCH] XHTML Strict! --- course/report/progress/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5