From: skodak Date: Thu, 9 Nov 2006 21:34:14 +0000 (+0000) Subject: tiny coding style fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=396169f176513dad9ce2a2778a43b744b8c11046;p=moodle.git tiny coding style fix --- diff --git a/mod/glossary/comment_form.php b/mod/glossary/comment_form.php index ba69f51176..30171e6d0f 100644 --- a/mod/glossary/comment_form.php +++ b/mod/glossary/comment_form.php @@ -12,7 +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"))); + $mform->setHelpButton('format', array('textformat', get_string('helpformatting'))); // hidden optional params $mform->addElement('hidden', 'cid', 0);