From fe94025d6908946483a5ce86e53168bd4717a6a3 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Fri, 24 Oct 2008 10:12:33 +0000 Subject: [PATCH] MDL-15498 Minor display bug with completion progress report --- 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 0a104a56e9..978ecd1359 100644 --- a/course/report/progress/index.php +++ b/course/report/progress/index.php @@ -144,7 +144,7 @@ foreach($activities as $activity) { $activity->name=shorten_text(urldecode($activity->name)); if($csv) { - print $sep.csv_quote($activity->name).$sep.csv_quote($datetext); + print $sep.csv_quote(strip_tags($activity->name)).$sep.csv_quote($datetext); } else { print ''. '