Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm-unamur committed Aug 26, 2019
2 parents 1685555 + 4293b52 commit 862f8db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Changes
* 2019-08-20 - Add toggle icon for rtl languages.
* 2019-08-20 - Fix issue #12 Wrong item labels in drop targets list.

### Work in progress
* 2019-08-21 - Add section progress bar feature (initiated by Chris Kenniburg)
### v3.7.1
* 2019-08-21 - Add section progress bar feature (initiated by Chris Kenniburg)
* 2019-08-23 - Fix display of section 0 title to be consistent with core topics format (issue #1)
2 changes: 2 additions & 0 deletions renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ protected function section_header($section, $course, $onsectionpage, $sectionret
$section->section .
'"> ' . $sectionname .
'</a> ';
} else if ($section->section == 0 && !is_null($section->name)) {
$o .= $this->output->heading($sectionname, 3, 'sectionname' . $classes);
}
// End collapse toggle.

Expand Down

0 comments on commit 862f8db

Please sign in to comment.