From eb073d70ad3d6455dcef309d6efeeeee7cc34c57 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 29 Jun 2006 07:00:27 +0000 Subject: [PATCH] Bug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE --- mod/data/field/textarea/field.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5