From 856f10baba88299a6a814e3ec8589081703ea864 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 5 Jul 2008 02:49:00 -0400 Subject: space in title darcs-hash:20080705064900-34904-880679f81aa30564f23fbee3042847595c747a6d.gz --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/showstream.php') 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); } -- cgit v1.2.3-54-g00ecf