Merge branch 'MDL-50637-2.8' of git://github.com/sk-unikent/moodle into MOODLE_28_STABLE

This commit is contained in:
David Monllao
2015-08-17 13:56:58 +08:00
+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');