MDL-74812 mod_assign: Remove duplicate ID intro
This commit is contained in:
@@ -246,7 +246,7 @@ class renderer extends \plugin_renderer_base {
|
||||
|
||||
$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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user