-
Bug
-
Resolution: Fixed
-
Major
-
3.0.4, 3.1, 3.2
-
MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-55113-master -
The onlinetext plugin defines its 'text' param like this:
'text' => new external_value(PARAM_TEXT, 'The text for this submission.'
|
This means that the parameter does NOT accept HTML, and it should. It should be PARAM_RAW.