diff options
author | Greg Grossmeier <greg@grossmeier.net> | 2009-01-28 09:22:54 -0500 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-28 09:22:54 -0500 |
commit | 62fd9369ec11fae90f166b53c3fdfc74d9ca85de (patch) | |
tree | f361a0d45c0fc2df7cbc28936448dfa1843d2046 /lib | |
parent | d86622da334520b28db9c67cd99f6677323712cd (diff) |
fix email notification link
Diffstat (limited to 'lib')
-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 5638ae9bf..1c6a10a8a 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, |