fix style
This commit is contained in:
parent
78c0cc6089
commit
1c731aacaf
1 changed files with 2 additions and 2 deletions
|
@ -347,8 +347,8 @@ OC.Share={
|
|||
}
|
||||
})
|
||||
.data("ui-autocomplete")._renderItem = function( ul, item ) {
|
||||
return $( "<li>" )
|
||||
.append( "<a>" + escapeHTML(item.displayname) + "<br>" + escapeHTML(item.email) + "</a>" )
|
||||
return $('<li>')
|
||||
.append('<a>' + escapeHTML(item.displayname) + "<br>" + escapeHTML(item.email) + '</a>' )
|
||||
.appendTo( ul );
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue