diff --git a/actions/showstream.php b/actions/showstream.php index 8ec60cbb46..144d841238 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -123,6 +123,7 @@ class ShowstreamAction extends StreamAction { if ($profile->bio) { common_element('div', 'bio', $profile->bio); } + common_element_end('div'); } function show_subscribe_form($profile) {