diff --git a/webroot/widgets/TwitterWall/jquery.tweet.js b/webroot/widgets/TwitterWall/jquery.tweet.js index f125847b2ff4ef611be5b5426adb9f38b0382658..fa2009c5f99080565c93c0b123575fbacf4a11b2 100644 --- a/webroot/widgets/TwitterWall/jquery.tweet.js +++ b/webroot/widgets/TwitterWall/jquery.tweet.js @@ -156,7 +156,7 @@ var text = '<span class="tweet_text">' +$([item.text]).linkUrl().linkUser().linkHash().makeHeart().capAwesome().capEpic()[0]+ '</span>'; // until we create a template option, arrange the items below to alter a tweet's display. - list.append('<li>' + avatar + date + join + text + '</li>'); + list.append('<li>' + avatar + from_user + ': ' + date + join + text + '</li>'); list.children('li:first').addClass('tweet_first'); list.children('li:odd').addClass('tweet_even');