mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-45387-master' of git://github.com/jethac/moodle
This commit is contained in:
commit
97436e311c
1 changed files with 2 additions and 2 deletions
|
@ -1012,9 +1012,9 @@ M.form_filemanager.init = function(Y, options) {
|
|||
if (obj.references) {
|
||||
node.reflist = '';
|
||||
for (var i in obj.references) {
|
||||
node.reflist += '<li>'+obj.references[i]+'</li>';
|
||||
node.reflist += '<li>'+Y.Escape.html(obj.references[i])+'</li>';
|
||||
}
|
||||
selectnode.one('.fp-reflist .fp-value').setContent(Y.Escape.html(node.reflist));
|
||||
selectnode.one('.fp-reflist .fp-value').setContent(node.reflist);
|
||||
} else {
|
||||
selectnode.one('.fp-reflist .fp-value').setContent('');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue