diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee
index 1b4726c..c4a4bbb 100644
--- a/file/js/be.bastelstu.Chat.litcoffee
+++ b/file/js/be.bastelstu.Chat.litcoffee
@@ -1088,7 +1088,7 @@ Open private channel
avatar = $ userList.allTime[userID].avatar[16]
avatar = $('').wrapInner avatar
- avatar.append "#{userList.allTime[userID].username}"
+ avatar.append "#{WCF.String.escapeHTML userList.allTime[userID].username}"
anchor.wrapInner avatar
anchor.prepend ''