Skip to content

Commit

Permalink
MDL-74812 mod_assign: Remove duplicate ID intro
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jun 21, 2022
1 parent f35f522 commit 2b84963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/classes/output/renderer.php
Expand Up @@ -246,7 +246,7 @@ public function render_assign_header(assign_header $header) {

$description = $header->preface;
if ($header->showintro || $header->activity) {
$description = $this->output->box_start('generalbox boxaligncenter', 'intro');
$description = $this->output->box_start('generalbox boxaligncenter');
if ($header->showintro) {
$description .= format_module_intro('assign', $header->assign, $header->coursemoduleid);
}
Expand Down

0 comments on commit 2b84963

Please sign in to comment.