mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-15498: Completion system: progress report had problems with HTML code in activity names causing invalid/broken html output
This commit is contained in:
parent
82fd829dc3
commit
d352141e60
@ -210,7 +210,7 @@ foreach($progress as $user) {
|
||||
$a->state=$describe;
|
||||
$a->date=$date;
|
||||
$a->user=fullname($user);
|
||||
$a->activity=$activity->name;
|
||||
$a->activity=strip_tags($activity->name);
|
||||
$fulldescribe=get_string('progress-title','completion',$a);
|
||||
|
||||
if($csv) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user