Merge branch 'MDL-80181-403' of https://github.com/srobotta/moodle into MOODLE_403_STABLE

This commit is contained in:
Jun Pataleta
2023-11-29 09:37:46 +08:00
-1
View File
@@ -660,7 +660,6 @@ class page_wiki_comments extends page_wiki {
$cell1 = new html_table_cell($OUTPUT->user_picture($user, array('popup' => true)));
$cell2 = new html_table_cell(get_string('bynameondate', 'forum', $by));
$cell3 = new html_table_cell();
$cell3->attributes['width'] = "80%";
$cell4 = new html_table_cell();
$cell5 = new html_table_cell();