From: Evan Prodromou Date: Tue, 20 May 2008 19:40:08 +0000 (-0400) Subject: fix div in profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36c680342c1569d33cfde151f78d59c8ba8147ba;p=quix0rs-gnu-social.git fix div in profile darcs-hash:20080520194008-84dde-f032df10986fab4b1c421e58deefce56bf77e66a.gz --- 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) {