From 6af5a3a4851568bf03078a031ed179a66ef506f5 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 20 Apr 2012 11:39:36 +0200 Subject: escape email template var names. fix bug n385. --- view/en/request_notify_eml.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/en/request_notify_eml.tpl') diff --git a/view/en/request_notify_eml.tpl b/view/en/request_notify_eml.tpl index 9eef7a61e..ad118a673 100644 --- a/view/en/request_notify_eml.tpl +++ b/view/en/request_notify_eml.tpl @@ -1,17 +1,17 @@ -Dear $myname, +Dear $[myname], -You have just received a connection request at $sitename +You have just received a connection request at $[sitename] -from '$requestor'. +from '$[requestor]'. -You may visit their profile at $url. +You may visit their profile at $[url]. Please login to your site to view the complete introduction and approve or ignore/cancel the request. -$siteurl +$[siteurl] Regards, - $sitename administrator \ No newline at end of file + $[sitename] administrator -- cgit v1.2.3