From cf17fef6992ad48328ff72015972cb49164e8e50 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Wed, 13 Feb 2013 16:28:20 +0100 Subject: [PATCH] =?UTF-8?q?maybe=20fix=20#152=20(haven=E2=80=99t=20checked?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/chat.js b/code/chat.js index e5b69e26..d570decc 100644 --- a/code/chat.js +++ b/code/chat.js @@ -271,7 +271,7 @@ window.chat.writeDataToHash = function(newData, storageHash, skipSecureMsgs) { break; case 'TEXT': - var tmp = markup[1].plain.autoLink(); + var tmp = $('
').text(markup[1].plain).html().autoLink(); msg += tmp.replace(window.PLAYER['nickMatcher'], '$1'); break;