diff options
Diffstat (limited to 'twitter.js')
-rw-r--r-- | twitter.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ ]]></>.toString().replace(/\n\s*/g, '');
for (var i = 0; i < followers_status.length; i++) {
var stat = followers_status[i];
+ stat.user.name = stat.user.name.replace(/\u202e/, '');
+ stat.text = stat.text.replace(/\u202e/, '');
html += sprintf(
<><![CDATA[
<a href="%s">
|