diff options
Diffstat (limited to 'twitter.js')
-rw-r--r-- | twitter.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ <strong>{stat.user.name}</strong>
: {stat.text}<br/>
</>.toString()
- .replace(/(?:\r?\n|\r)\s*/g, '');
+ .replace(/(?:\r?\n|\r)\s*/g, '');
});
liberator.log(html);
liberator.echo(html, true);
|