From 2e3b548249968e8e83ef5f78d81e82064c8e6420 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Mon, 21 Dec 2009 16:55:25 -0500 Subject: Lotta changes --- static/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/pichat.js') diff --git a/static/pichat.js b/static/pichat.js index 826bcba..14af670 100755 --- a/static/pichat.js +++ b/static/pichat.js @@ -15,7 +15,7 @@ function escapeHtml(txt) { } function buildUserDiv(user) { - return '
' + escapeHtml(user) + '
'; + return '
' + escapeHtml(user) + '
'; } // http://stackoverflow.com/questions/37684/replace-url-with-html-links-javascript -- cgit v1.2.3-70-g09d2