mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-50637 calendar: Fix subscription table layout
This commit is contained in:
parent
f1a415ea70
commit
f936c2a9fa
@ -612,7 +612,7 @@ class core_calendar_renderer extends plugin_renderer_base {
|
||||
|
||||
if (empty($subscriptions)) {
|
||||
$cell = new html_table_cell(get_string('nocalendarsubscriptions', 'calendar'));
|
||||
$cell->colspan = 4;
|
||||
$cell->colspan = 5;
|
||||
$table->data[] = new html_table_row(array($cell));
|
||||
}
|
||||
$strnever = new lang_string('never', 'calendar');
|
||||
|
Loading…
x
Reference in New Issue
Block a user