From: Evan Prodromou Date: Mon, 18 Apr 2011 17:30:02 +0000 (-0400) Subject: linkify URLs in invite email X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=25985ec6cbf0d913c6b62a83bffe3622b4ca1e28;p=quix0rs-gnu-social.git linkify URLs in invite email --- diff --git a/mail-src/invite b/mail-src/invite index 469b0cc0ad..396a476590 100644 --- a/mail-src/invite +++ b/mail-src/invite @@ -10,12 +10,12 @@ It's great for meeting new people who share your interests. You can see %%arg.inviter%%'s profile page on %%site.name%% here: - %%arg.inviterurl%% + [%%arg.inviterurl%%](%%arg.inviterurl%%) If you'd like to try the service, click on the link below to accept the invitation. - %%arg.confirmurl%% + [%%arg.confirmurl%%](%%arg.confirmurl%%) If not, you can ignore this message. Thanks for your patience and your time. diff --git a/mail-src/invitepersonal b/mail-src/invitepersonal index c9705479d1..04a972af13 100644 --- a/mail-src/invitepersonal +++ b/mail-src/invitepersonal @@ -14,12 +14,12 @@ They said: You can see %%arg.inviter%%'s profile page on %%site.name%% here: - %%arg.inviterurl%% + [%%arg.inviterurl%%](%%arg.inviterurl%%) If you'd like to try the service, click on the link below to accept the invitation. - %%arg.confirmurl%% + [%%arg.confirmurl%%](%%arg.confirmurl%%) If not, you can ignore this message. Thanks for your patience and your time.