mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
@@ -44,7 +44,7 @@ export function uiAccount(context) {
|
||||
// Add user name
|
||||
userLink.append('span')
|
||||
.attr('class', 'label')
|
||||
.html(user.display_name);
|
||||
.text(user.display_name);
|
||||
|
||||
// show "Log Out"
|
||||
loginLogout
|
||||
|
||||
Reference in New Issue
Block a user