diff options
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 62e490b69..8f06d60e6 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -136,7 +136,7 @@ class ShowstreamAction extends StreamAction { common_element_start('div', array('id' => 'profile_information')); if ($profile->fullname) { - common_element('h1', NULL, $profile->fullname . '(' . $profile->nickname . ')'); + common_element('h1', NULL, $profile->fullname . ' (' . $profile->nickname . ')'); } else { common_element('h1', NULL, $profile->nickname); } |