From d63201c60439eff2a170bffe447d53e215887ef1 Mon Sep 17 00:00:00 2001 From: sostler Date: Fri, 13 Nov 2009 19:49:11 -0500 Subject: Added pichat.js --- static/pichat.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static/pichat.js') diff --git a/static/pichat.js b/static/pichat.js index aeef1bd..c612649 100755 --- a/static/pichat.js +++ b/static/pichat.js @@ -85,8 +85,7 @@ function buildMessageDiv(msg) { var match = URLRegex.exec(content) if (match && PicRegex.test(match[0])) { return '' - + ''; + + ''; } else { return linkify(escapeHtml(msg.content)); } -- cgit v1.2.3-70-g09d2