Merge branch 'MDL-25840' of git://github.com/nebgor/moodle

This commit is contained in:
Petr Skoda 2011-04-11 13:31:45 +02:00
commit de57ec3926

View File

@ -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));