Skip to content

Commit

Permalink
MDL-36824 Lesson: Media File should be displayed as a block
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourget committed Jan 9, 2015
1 parent edbcfbd commit ca33271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lesson/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ function lesson_mediafile_block_contents($cmid, $lesson) {

$bc = new block_contents();
$bc->title = get_string('linkedmedia', 'lesson');
$bc->attributes['class'] = 'mediafile';
$bc->attributes['class'] = 'mediafile block';
$bc->content = $content;

return $bc;
Expand Down

0 comments on commit ca33271

Please sign in to comment.