MDL-50637 calendar: Fix subscription table layout

This commit is contained in:
Skylar Kelty
2015-06-18 13:23:27 +01:00
parent 0d7f387b37
commit dc4e443256
+1 -1
View File
@@ -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');