From: Evan Prodromou Date: Sat, 5 Jul 2008 06:49:00 +0000 (-0400) Subject: space in title X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=856f10baba88299a6a814e3ec8589081703ea864;p=quix0rs-gnu-social.git space in title darcs-hash:20080705064900-34904-880679f81aa30564f23fbee3042847595c747a6d.gz --- diff --git a/actions/showstream.php b/actions/showstream.php index 62e490b690..8f06d60e6c 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); }