From: sam_marshall Date: Fri, 24 Oct 2008 10:12:33 +0000 (+0000) Subject: MDL-15498 Minor display bug with completion progress report X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe94025d6908946483a5ce86e53168bd4717a6a3;p=moodle.git MDL-15498 Minor display bug with completion progress report --- 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 ''. '