diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 09:57:39 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 09:57:39 -0500 |
commit | 09bab904091316fe669619ec90a26a86fc1927d5 (patch) | |
tree | 5786337cccd48e41c3109a1034a42d14f557981f /lib/mail.php | |
parent | 02d7167906b63d490db3b5c3848accc5235b220f (diff) | |
parent | a476805dd96cf31af5331be5245a6d0af4d90dae (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'lib/mail.php')
-rw-r--r-- | lib/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mail.php b/lib/mail.php index b424d579f..a1faefc80 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -246,7 +246,7 @@ function mail_subscribe_notify_profile($listenee, $other) "\n".'Faithfully yours,'."\n".'%7$s.'."\n\n". "----\n". "Change your email address or ". - "notification options at ".'%8$s\n'), + "notification options at ".'%8$s' ."\n"), $long_name, common_config('site', 'name'), $other->profileurl, |