escape user name displayed in the history panel

This commit is contained in:
Martin Raifer
2021-11-18 10:08:24 +01:00
parent 3956b4415f
commit e1dda082e0
+1 -1
View File
@@ -28,7 +28,7 @@ export function uiPanelHistory(context) {
selection
.append('span')
.attr('class', 'user-name')
.html(userName);
.text(userName);
var links = selection
.append('div')