X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=8f06d60e6ce714418107b9082abde934c6b2f261;hb=d40455405afe5621bb46d7cce5f118c13126bb60;hp=7e83396f8e395eaec241c95a99c2d0cf58caeba9;hpb=31b9d1e9d386d89b785391a20e1b0bcb4a9d86df;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index 7e83396f8e..8f06d60e6c 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); } @@ -146,7 +146,7 @@ class ShowstreamAction extends StreamAction { common_element('p', 'location', $profile->location); } if ($profile->bio) { - common_element('p', 'description', htmlspecialchars($profile->bio)); + common_element('p', 'description', $profile->bio); } if ($profile->homepage) { common_element_start('p', 'website');