]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
remove replybutton formatting
[quix0rs-gnu-social.git] / actions / showstream.php
index 7e83396f8e395eaec241c95a99c2d0cf58caeba9..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);
                }
@@ -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');