space in title
darcs-hash:20080705064900-34904-880679f81aa30564f23fbee3042847595c747a6d.gz
This commit is contained in:
parent
31db4cd94e
commit
856f10baba
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user