From 4e8c6a86914117569a0509f50c8aead86f1bbd20 Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Mon, 20 Nov 2023 15:20:47 +0100 Subject: [PATCH] MDL-80181 wiki: fix width of left column in comments --- mod/wiki/pagelib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/wiki/pagelib.php b/mod/wiki/pagelib.php index c6b0222afc9..d87eb6e17dd 100644 --- a/mod/wiki/pagelib.php +++ b/mod/wiki/pagelib.php @@ -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();