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
|
combined
(merge:
6030163
7cb8bfd
)
Merge branch 'MDL-32857' of git://github.com/danpoltawski/moodle
author
Sam Hemelryk
<sam@moodle.com>
Thu, 10 May 2012 00:15:50 +0000
(12:15 +1200)
committer
Sam Hemelryk
<sam@moodle.com>
Thu, 10 May 2012 00:15:50 +0000
(12:15 +1200)
1
2
course/format/renderer.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
course/format/renderer.php
index
f127126
,
57b1820
..
61670a5
---
1
/
course/format/renderer.php
---
2
/
course/format/renderer.php
+++ b/
course/format/renderer.php
@@@
-277,8
-270,9
+270,8
@@@
abstract class format_section_renderer_
$o.= html_writer::end_tag('a');
$o.= html_writer::start_tag('div', array('class' => 'summarytext'));
- $o.=
format_text($section->summary, $section->summaryformat
);
+ $o.=
$this->format_summary_text($section
);
$o.= html_writer::end_tag('div');
- $o.= html_writer::end_tag('div');
$o.= html_writer::end_tag('li');
return $o;