From: skodak Date: Thu, 29 Jun 2006 07:00:27 +0000 (+0000) Subject: Bug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eb073d70ad3d6455dcef309d6efeeeee7cc34c57;p=moodle.git Bug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE --- diff --git a/mod/data/field/textarea/field.class.php b/mod/data/field/textarea/field.class.php index e0bd40cd38..d442b3969a 100755 --- a/mod/data/field/textarea/field.class.php +++ b/mod/data/field/textarea/field.class.php @@ -48,8 +48,8 @@ class data_field_textarea extends data_field_base { if (can_use_richtext_editor()) { // Show a rich text html editor. - $str .= helpbutton("richtext", get_string("helprichtext"), 'moodle', true, true, '', true); $str .= $this->gen_textarea(true, $text); + $str .= helpbutton("richtext", get_string("helprichtext"), 'moodle', true, true, '', true); $str .= ''; } else {