From 396169f176513dad9ce2a2778a43b744b8c11046 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 9 Nov 2006 21:34:14 +0000 Subject: [PATCH] tiny coding style fix --- mod/glossary/comment_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5