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:
David Mudrák 2016-11-10 15:30:11 +01:00
parent 258d07d37e
commit 48ea715da0

View File

@ -315,7 +315,7 @@ class mod_workshop_portfolio_caller extends portfolio_module_caller_base {
$output .= $content;
}
return $output;
return html_writer::div($output);
}
/**