X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoticesection.php;h=7157feafc565bd81b30f1cba4d0cee5c4dc18442;hb=5c4723919fa757b3e14a59350415cfe53e0900d1;hp=24465f8baf1f835ff87f46ce0c19667213e61c51;hpb=8e58f241739b97bd53f78035781f16e2067a31d9;p=quix0rs-gnu-social.git diff --git a/lib/noticesection.php b/lib/noticesection.php index 24465f8baf..7157feafc5 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -90,6 +90,7 @@ class NoticeSection extends Section 'alt' => ($profile->fullname) ? $profile->fullname : $profile->nickname)); + $this->out->text(' '); $this->out->element('span', 'fn nickname', $profile->nickname); $this->out->elementEnd('a'); $this->out->elementEnd('span');