From 2ea728c186c0516302b9f7cba4c8c9e73febbcce Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Fri, 14 Feb 2014 01:32:14 +0100 Subject: [PATCH] Correction of Twitter share URL --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 61e1125..a6fa0cd 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -4,7 +4,7 @@ % my $url = url_for('/')->to_abs(); % $twitter_url .= '?url='.url_escape("$url") % .'&via=framasky' -% .'&text=Check out this %23LUTIm instance! '.$url; +% .'&text=Check out this %23LUTIm instance! ';