From f46044e56199750c9fbda3dec3edd1336ada98ad Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Tue, 4 Jan 2011 16:27:39 -0500 Subject: Fixed pichat.js urls --- static/js/pichat.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/pichat.js b/static/js/pichat.js index cc51613..7c7dd0a 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -139,7 +139,7 @@ function getImagesAsArray(text) { function topicReplace(text) { text = $.trim(text).toLowerCase(); var topicLabel = text.substring(1); - return ' ' + text + ' '; + return ' ' + text + ' '; } function recipientReplace(atText, recips) { @@ -161,7 +161,7 @@ function recipientReplace(atText, recips) { } if (matchedRecip) { - return space + '@' + matchedRecip + ''; + return space + '@' + matchedRecip + ''; } else { return space + atText; } @@ -384,7 +384,7 @@ function buildUserDiv(user) { + escapeHtml(user.nick) + ''; } else { return '
' - + '' + + '' + '' + escapeHtml(user.nick) + '
'; } @@ -394,7 +394,7 @@ function buildUserDiv(user) { function buildFav(f) { var h = '
' - + '' + + '' + '' + f.from + '' + ' just faved you!' + '
'; -- cgit v1.2.3-70-g09d2