mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
Bug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE
This commit is contained in:
parent
62ce993db3
commit
eb073d70ad
@ -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 .= '<input type="hidden" name="field_' . $this->field->id . '_content1' . '" value="' . FORMAT_HTML . '" />';
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user