]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix div in profile
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:40:08 +0000 (15:40 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:40:08 +0000 (15:40 -0400)
darcs-hash:20080520194008-84dde-f032df10986fab4b1c421e58deefce56bf77e66a.gz

actions/showstream.php

index 8ec60cbb46a1fb8ac559c784d96820ec1091ed3c..144d84123839cf3c55612c14ebb10d3908688fad 100644 (file)
@@ -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) {