]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
"Change your email address..." msg was printing out \n instead of a newline
authorZach Copley <zach@controlyourself.ca>
Sat, 7 Feb 2009 05:17:45 +0000 (21:17 -0800)
committerZach Copley <zach@controlyourself.ca>
Sat, 7 Feb 2009 05:17:45 +0000 (21:17 -0800)
lib/mail.php

index b424d579fe733eaf6fcd3974cac005eb4d8c9a43..a1faefc806576a3a336efc0341cedd912c52a21a 100644 (file)
@@ -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,