mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
blocks/rss_client: MDL-13932 - alter output formating
Doesn't make much sense to have FORMAT_MOODLE for external rss content.
This commit is contained in:
parent
e8e84cc077
commit
612e3be501
@ -248,7 +248,7 @@
|
||||
$formatoptions->para = false;
|
||||
|
||||
$r.= '<div class="description">';
|
||||
$r.= format_text($description, FORMAT_MOODLE, $formatoptions, $this->page->course->id);
|
||||
$r.= format_text($description, FORMAT_HTML, $formatoptions, $this->page->course->id);
|
||||
$r.= '</div>';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user