space in title

darcs-hash:20080705064900-34904-880679f81aa30564f23fbee3042847595c747a6d.gz
This commit is contained in:
Evan Prodromou 2008-07-05 02:49:00 -04:00
parent 31db4cd94e
commit 856f10baba
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}