MDL-50637 calendar: Fix subscription table layout

This commit is contained in:
Skylar Kelty
2015-08-12 11:43:13 +01:00
parent f593be963c
commit 8e606dcd69
+1 -1
View File
@@ -701,7 +701,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');