Skip to content

Commit

Permalink
Merge pull request #193 from catalyst/issue_192
Browse files Browse the repository at this point in the history
Use html_writer for Moodle 4.2 and lower
  • Loading branch information
cameron1729 authored Sep 4, 2024
2 parents 8e487dc + 37916de commit c8b7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progress.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
$PAGE->set_cacheable(false);
echo $OUTPUT->header();
echo $OUTPUT->heading(get_string('progress', 'tool_heartbeat'));
echo $OUTPUT->paragraph(get_string('progresshelp', 'tool_heartbeat'));
echo html_writer::tag('p', get_string('progresshelp', 'tool_heartbeat'));
$progressbar = new progress_bar();
$progressbar->create();
echo $OUTPUT->footer();
Expand Down

0 comments on commit c8b7def

Please sign in to comment.