mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-56888 workshop: Fix Leap2A export of the workshop submission
The whole story described in the tracker. Shortly, Mahara seems to have a bug (or undocumented feature) that it expects the Leap2A content wrapped in a single container.
This commit is contained in:
parent
258d07d37e
commit
48ea715da0
@ -315,7 +315,7 @@ class mod_workshop_portfolio_caller extends portfolio_module_caller_base {
|
||||
$output .= $content;
|
||||
}
|
||||
|
||||
return $output;
|
||||
return html_writer::div($output);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user