From: Greg Grossmeier <greg@grossmeier.net>
Date: Wed, 28 Jan 2009 14:22:54 +0000 (-0500)
Subject: fix email notification link
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=62fd9369ec11fae90f166b53c3fdfc74d9ca85de;p=quix0rs-gnu-social.git

fix email notification link
---

diff --git a/lib/mail.php b/lib/mail.php
index 5638ae9bfb..1c6a10a8a5 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,