diff --git a/srv.js b/srv.js index 8d342f9862b91fc6707a1e8e7a3c3c937c184cf0..3572f0014b23ed8ecf3e0f355ce1aa0059385df5 100755 --- a/srv.js +++ b/srv.js @@ -96,7 +96,9 @@ function tweetMessage(req) { return (req.args.signature ? _('Faites comme ') + req.args.signature + ', s' : 'S') + _('outenez ') - + 'La Quadrature du Net ! ' + + encodeURIComponent('La Quadrature du Net ! #LQDoN ') + + encodeURIComponent(req.protocol + "://" + req.headers.host) + + ' ' + encodeURIComponent(buildUrl(req)) ; }