From 25985ec6cbf0d913c6b62a83bffe3622b4ca1e28 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 18 Apr 2011 13:30:02 -0400 Subject: [PATCH] linkify URLs in invite email --- mail-src/invite | 4 ++-- mail-src/invitepersonal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.