]> git.mjollnir.org Git - moodle.git/commitdiff
tiny coding style fix
authorskodak <skodak>
Thu, 9 Nov 2006 21:34:14 +0000 (21:34 +0000)
committerskodak <skodak>
Thu, 9 Nov 2006 21:34:14 +0000 (21:34 +0000)
mod/glossary/comment_form.php

index ba69f511764cbede0acdae6b7d8bcc6af3f12d61..30171e6d0fe74ec0ee3efd6c97470586c8f128a0 100644 (file)
@@ -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);