Skip to content

Commit 850baec

Browse files
Fix display name render
1 parent d425464 commit 850baec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ui/commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export function uiCommit(context) {
417417
userLink
418418
.append('a')
419419
.attr('class', 'user-info')
420-
.html(user.display_name)
420+
.text(user.display_name)
421421
.attr('href', osm.userURL(user.display_name))
422422
.attr('target', '_blank');
423423

0 commit comments

Comments
 (0)