summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-07-05 02:49:00 -0400
committerEvan Prodromou <evan@controlezvous.ca>2008-07-05 02:49:00 -0400
commit856f10baba88299a6a814e3ec8589081703ea864 (patch)
tree6c85c36ad23e69b168e27bf40b636673784e3d39 /actions/showstream.php
parent31db4cd94e8afd6e0a59d17253b1db6ebb765900 (diff)
space in title
darcs-hash:20080705064900-34904-880679f81aa30564f23fbee3042847595c747a6d.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
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);
}