diff --git a/mod/glossary/comment_form.php b/mod/glossary/comment_form.php index 5a6e6c64208..ba69f511764 100644 --- a/mod/glossary/comment_form.php +++ b/mod/glossary/comment_form.php @@ -1,6 +1,5 @@ libdir.'/formslib.php'; class glossary_comment_form extends moodleform { @@ -13,6 +12,7 @@ class glossary_comment_form extends moodleform { $mform->setType('entrycomment', PARAM_RAW); // processed by trusttext or cleaned before the display $mform->addElement('format', 'format', get_string('format')); + $mform->setHelpButton('format', array("textformat", get_string("helpformatting"))); // hidden optional params $mform->addElement('hidden', 'cid', 0);