aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/register_open_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/register_open_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/register_open_eml.tpl')
-rw-r--r--view/en/register_open_eml.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/view/en/register_open_eml.tpl b/view/en/register_open_eml.tpl
index 221e6ec74..c55ac1e7e 100644
--- a/view/en/register_open_eml.tpl
+++ b/view/en/register_open_eml.tpl
@@ -1,12 +1,12 @@
-Dear $username,
- Thank you for registering at $sitename. Your account has been created.
+Dear $[username],
+ Thank you for registering at $[sitename]. Your account has been created.
The login details are as follows:
-Site Location: $siteurl
-Login Name: $email
-Password: $password
+Site Location: $[siteurl]
+Login Name: $[email]
+Password: $[password]
You may change your password from your account "Settings" page after logging
in.
@@ -26,9 +26,9 @@ If you are new and do not know anybody here, they may help
you to make some new and interesting friends.
-Thank you and welcome to $sitename.
+Thank you and welcome to $[sitename].
Sincerely,
- $sitename Administrator
+ $[sitename] Administrator