Minor change to displaying resources with course blocks (SE)

This commit is contained in:
moodler
2005-08-14 06:06:29 +00:00
parent 1de4531afd
commit e2cc29f41c
+1 -1
View File
@@ -93,7 +93,7 @@ function display() {
parent::display_course_blocks_start();
$formatoptions->noclean = true;
print_simple_box(format_text($this->resource->alltext, FORMAT_HTML, $formatoptions, $this->course->id), "center", "", "", "20");
echo format_text($this->resource->alltext, FORMAT_HTML, $formatoptions, $this->course->id);
parent::display_course_blocks_end();