MDL-50637 calendar: Fix subscription table layout

This commit is contained in:
Skylar Kelty 2015-06-18 13:21:33 +01:00
parent f1a415ea70
commit f936c2a9fa

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');