Merge branch 'MDL-60575-master' of https://github.com/snake/moodle

This commit is contained in:
Andrew Nicols 2017-10-31 10:05:38 +08:00
commit 065a754111
3 changed files with 3 additions and 11 deletions

View file

@ -36,6 +36,6 @@ class core_register_renderer extends plugin_renderer_base {
* @return string
*/
public function moodleorg_registration_message() {
return format_text(get_string('registermoodlenet', 'admin'), FORMAT_MARKDOWN, ['noclean' => true]);
return format_text(get_string('registermoodlenet', 'admin'), FORMAT_HTML, ['noclean' => true]);
}
}