Index: moodle/mod/lamslesson/mod_form.php =================================================================== diff -u -ra630a0dd9891c0958d64073a9700be5169ff5c6c -r3dc993c12433e21df07307c7ef26dda8c0b93e16 --- moodle/mod/lamslesson/mod_form.php (.../mod_form.php) (revision a630a0dd9891c0958d64073a9700be5169ff5c6c) +++ moodle/mod/lamslesson/mod_form.php (.../mod_form.php) (revision 3dc993c12433e21df07307c7ef26dda8c0b93e16) @@ -104,8 +104,6 @@ $authorpreviewbutton .= html_writer::script('', $CFG->wwwroot.'/mod/lamslesson/preview.js'); - $authorpreviewbutton .= html_writer::tag('p', 'hello!' . $USER->firstname); - $authorpreviewbutton .= html_writer::start_tag('div', array('id' => 'buttons', 'style' => 'float:right;')); // Preview button $authorpreviewbutton .= html_writer::start_tag('span', array('id' => 'previewbutton', 'style' => 'visibility:hidden;', 'class' => 'yui3-button yui3-link-button'));