Skip to content

Commit

Permalink
MDL-56888 workshop: Fix Leap2A export of the workshop submission
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mudrd8mz committed Nov 10, 2016
1 parent 258d07d commit 48ea715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/workshop/classes/portfolio_caller.php
Expand Up @@ -315,7 +315,7 @@ protected function export_content(workshop_submission $workshopsubmission) {
$output .= $content;
}

return $output;
return html_writer::div($output);
}

/**
Expand Down

0 comments on commit 48ea715

Please sign in to comment.