Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
c05c91d
)
Merge branch 'MDL-50637' of git://github.com/sk-unikent/moodle
author
David Monllao
<davidm@moodle.com>
Mon, 17 Aug 2015 05:56:18 +0000
(13:56 +0800)
committer
David Monllao
<davidm@moodle.com>
Mon, 17 Aug 2015 05:56:18 +0000
(13:56 +0800)
calendar/renderer.php
patch
|
blob
|
blame
|
history
diff --git
a/calendar/renderer.php
b/calendar/renderer.php
index
46e6c56
..
d11b6d9
100644
(file)
--- a/
calendar/renderer.php
+++ b/
calendar/renderer.php
@@
-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');