diff options
-rw-r--r-- | actions/showstream.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 8ec60cbb4..144d84123 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) { |