From 36c680342c1569d33cfde151f78d59c8ba8147ba Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 15:40:08 -0400 Subject: fix div in profile darcs-hash:20080520194008-84dde-f032df10986fab4b1c421e58deefce56bf77e66a.gz --- actions/showstream.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions') 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) { -- cgit v1.2.3-54-g00ecf