mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix contactsmenu-popup
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
ccbcce978f
commit
de8a475b0b
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@
|
|||
_composeHTMLMention: function(uid, displayName) {
|
||||
var avatar = '<div class="avatar" '
|
||||
+ 'data-username="' + _.escape(uid) + '"'
|
||||
+ 'data-user="' + _.escape(uid) + '"'
|
||||
+' data-user-display-name="'
|
||||
+ _.escape(displayName) + '"></div>';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue