aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/request_notify_eml.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-04-20 11:39:36 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-04-20 11:39:36 +0200
commit6af5a3a4851568bf03078a031ed179a66ef506f5 (patch)
treee247ec0c023e287a8277d1b676672d1152ae51b3 /view/en/request_notify_eml.tpl
parentc88dd1485f31a129f6e00bf92afee241708e7da9 (diff)
downloadvolse-hubzilla-6af5a3a4851568bf03078a031ed179a66ef506f5.tar.gz
volse-hubzilla-6af5a3a4851568bf03078a031ed179a66ef506f5.tar.bz2
volse-hubzilla-6af5a3a4851568bf03078a031ed179a66ef506f5.zip
escape email template var names. fix bug n385.
Diffstat (limited to 'view/en/request_notify_eml.tpl')
-rw-r--r--view/en/request_notify_eml.tpl12
1 files changed, 6 insertions, 6 deletions
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