mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-18910 full support for module intro editor with embedded images
This commit is contained in:
parent
26c9ecb05f
commit
b4950d9649
4 changed files with 4 additions and 22 deletions
|
@ -86,7 +86,7 @@
|
|||
// First all rss feeds common headers.
|
||||
$header = rss_standard_header($course->shortname.': '.format_string($data->name,true),
|
||||
$CFG->wwwroot."/mod/data/view.php?d=".$data->id,
|
||||
format_string($data->intro,true));
|
||||
format_string($data->intro,true)); //TODO: fix format
|
||||
|
||||
if (!empty($header)) {
|
||||
$articles = rss_add_items($items);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue