fix div in profile

darcs-hash:20080520194008-84dde-f032df10986fab4b1c421e58deefce56bf77e66a.gz
This commit is contained in:
Evan Prodromou 2008-05-20 15:40:08 -04:00
parent 9cc54e14e6
commit 36c680342c
1 changed files with 1 additions and 0 deletions

View 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) {