MDL-9193
This commit is contained in:
@@ -54,8 +54,8 @@ function display() {
|
||||
|
||||
parent::display_course_blocks_start();
|
||||
|
||||
if (trim(strip_tags($this->resource->summary))) {
|
||||
echo format_text($this->resource->summary, FORMAT_MOODLE, $formatoptions, $this->course->id);
|
||||
if (trim(strip_tags($this->resource->alltext))) {
|
||||
echo format_text($this->resource->alltext, FORMAT_MOODLE, $formatoptions, $this->course->id);
|
||||
}
|
||||
|
||||
parent::display_course_blocks_end();
|
||||
|
||||
Reference in New Issue
Block a user