Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.2
-
Component/s: Assignment
-
Testing Instructions:
-
Affected Branches:MOODLE_33_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-60233-master -
Pull Master Diff URL:
Description
The detail parameter some times may content HTML but this parameter is defined as PARAM_TEXT
We can't change the param type because is defined in the external_warning structure so, at least, we must be sure that the strings returned there don't contain HTML.