Skip to content

Commit

Permalink
still 1 travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm-unamur committed Sep 10, 2019
1 parent 40f173f commit ed3eb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ protected function section_activity_summary($section, $course, $mods) {
$o .= $mod['name'].': '.$mod['count'];
$o .= html_writer::end_tag('span');
}
$o.= html_writer::end_tag('div');
$o .= html_writer::end_tag('div');

// Output section completion data.
if (!$course->sectionprogress && $total > 0) {
Expand Down

0 comments on commit ed3eb87

Please sign in to comment.