mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
better cleaning of rss feeds SC#328; merged from MOODLE_17_STABLE
This commit is contained in:
parent
d53ca6ad40
commit
45155244af
@ -130,7 +130,7 @@
|
||||
$numids = count($rssidarray);
|
||||
$count = 0;
|
||||
foreach ($rssidarray as $rssid) {
|
||||
$output .= $this->get_rss_by_id($rssid, $display_description, $shownumentries, ($numids > 1) ? true : false);
|
||||
$output .= clean_text($this->get_rss_by_id($rssid, $display_description, $shownumentries, ($numids > 1) ? true : false), FORMAT_HTML);
|
||||
if ($numids > 1 && $count != $numids -1 && !empty($rssfeedstring)) {
|
||||
$output .= '<hr width="80%" />';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user