diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-06 21:17:45 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-06 21:17:45 -0800 |
commit | 08db50b24eaf9e6e5f651448c394f1f50dd2409b (patch) | |
tree | 1dbf5980c3e015fd0d6118562a9411d3eb9cd291 /lib/mail.php | |
parent | 60f737dc1eb2f126bae28ce095bc2d17a22bd7d9 (diff) |
"Change your email address..." msg was printing out \n instead of a newline
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, |