mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 10:22:35 +02:00
escape user name displayed in the history panel
This commit is contained in:
@@ -28,7 +28,7 @@ export function uiPanelHistory(context) {
|
||||
selection
|
||||
.append('span')
|
||||
.attr('class', 'user-name')
|
||||
.html(userName);
|
||||
.text(userName);
|
||||
|
||||
var links = selection
|
||||
.append('div')
|
||||
|
||||
Reference in New Issue
Block a user