mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merge branch 'MDL-25840' of git://github.com/nebgor/moodle
This commit is contained in:
commit
de57ec3926
@ -187,7 +187,7 @@ class blog_entry {
|
||||
$contentcell = new html_table_cell();
|
||||
$contentcell->attributes['class'] = 'content';
|
||||
|
||||
$attachedimages = $OUTPUT->container($this->print_attachments(), 'attachments');
|
||||
$attachedimages = $OUTPUT->container($this->print_attachments('html'), 'attachments');
|
||||
|
||||
// retrieve associations in case they're needed early
|
||||
$blogassociations = $DB->get_records('blog_association', array('blogid' => $this->id));
|
||||
|
Loading…
x
Reference in New Issue
Block a user