Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed May 7, 2021
1 parent eb59785 commit d865767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/output/section_format.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function export_for_template(\renderer_base $output): stdClass {
'header' => $header->export_for_template($output),
'summary' => $summary->export_for_template($output),
'availability' => $availability->export_for_template($output),
'cmlist'=> $cmlist->export_for_template($output),
'cmlist' => $cmlist->export_for_template($output),
'completioninfo' => $completioninfo->display_help_icon(),
'border' => $border,
'backgroundc' => $thissection->backcolor,
Expand Down

0 comments on commit d865767

Please sign in to comment.