aboutsummaryrefslogtreecommitdiffstats
path: root/twitter.js
diff options
context:
space:
mode:
Diffstat (limited to 'twitter.js')
-rw-r--r--twitter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twitter.js b/twitter.js
index 0fbe73c..30ee551 100644
--- a/twitter.js
+++ b/twitter.js
@@ -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);