Skip to content

Commit

Permalink
view: minor moodle-cs comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp authored Aug 2, 2024
1 parent 2514778 commit 095500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
$rowmeetingtime->cells = [$thmeetingtime, $tdmeetingtime];
$table->data[] = $rowmeetingtime;

// Show meeting duration
// Show meeting duration.
if (!$isrecurringnotime) {
$rowduration = new html_table_row();
$rowduration->id = 'schedule-row-duration';
Expand Down

0 comments on commit 095500b

Please sign in to comment.