"Change your email address..." msg was printing out \n instead of a newline

This commit is contained in:
Zach Copley 2009-02-06 21:17:45 -08:00 committed by Evan Prodromou
parent 09d8a73ece
commit 3e005f2d1b
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ function mail_subscribe_notify_profile($listenee, $other)
"\n".'Faithfully yours,'."\n".'%7$s.'."\n\n". "\n".'Faithfully yours,'."\n".'%7$s.'."\n\n".
"----\n". "----\n".
"Change your email address or ". "Change your email address or ".
"notification options at ".'%8$s\n'), "notification options at ".'%8$s' ."\n"),
$long_name, $long_name,
common_config('site', 'name'), common_config('site', 'name'),
$other->profileurl, $other->profileurl,