]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
space in title
authorEvan Prodromou <evan@controlezvous.ca>
Sat, 5 Jul 2008 06:49:00 +0000 (02:49 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Sat, 5 Jul 2008 06:49:00 +0000 (02:49 -0400)
darcs-hash:20080705064900-34904-880679f81aa30564f23fbee3042847595c747a6d.gz

actions/showstream.php

index 62e490b690482d6ed23b2378e698e903eba0cfd6..8f06d60e6ce714418107b9082abde934c6b2f261 100644 (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);
                }