diff --git a/users/static/js/following_list.js b/users/static/js/following_list.js index da531997..23a1eb49 100644 --- a/users/static/js/following_list.js +++ b/users/static/js/following_list.js @@ -199,7 +199,7 @@ $(document).ready( function() { url = $("#userPageURL").text().replace('0', data.acct + '@' + mast_domain); } temp.find("a").attr('href', url); - temp.find(".mast-brief").text($(data.note).text()); + temp.find(".mast-brief").text(data.note.replace(/(<([^>]+)>)/ig,"")); // console.log($(temp).html()) $(".mast-user:last").after(temp); });