]> git.mxchange.org Git - friendica.git/commitdiff
added space, marked rest 86 occurrences in todos.txt
authorRoland Haeder <roland@mxchange.org>
Fri, 31 Mar 2017 18:49:43 +0000 (20:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 31 Mar 2017 18:49:58 +0000 (20:49 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/item.php

index 34079fa9d627cb69b7d100906d0a0e0fc68a7b5a..7f0f48c05c2edc1c13f73dddb9c7f62d95a695f8 100644 (file)
@@ -977,7 +977,7 @@ function item_post(App $a) {
                                if (! strlen($addr)) {
                                        continue;
                                }
-                               $disclaimer = '<hr />' . sprintf( t('This message was sent to you by %s, a member of the Friendica social network.'),$a->user['username'])
+                               $disclaimer = '<hr />' . sprintf( t('This message was sent to you by %s, a member of the Friendica social network.'), $a->user['username'])
                                        . '<br />';
                                $disclaimer .= sprintf( t('You may visit them online at %s'), App::get_baseurl() . '/profile/' . $a->user['nickname']) . EOL;
                                $disclaimer .= t('Please contact the sender by replying to this post if you do not wish to receive these messages.') . EOL;