fix div in profile
darcs-hash:20080520194008-84dde-f032df10986fab4b1c421e58deefce56bf77e66a.gz
This commit is contained in:
parent
9cc54e14e6
commit
36c680342c
|
@ -123,6 +123,7 @@ class ShowstreamAction extends StreamAction {
|
||||||
if ($profile->bio) {
|
if ($profile->bio) {
|
||||||
common_element('div', 'bio', $profile->bio);
|
common_element('div', 'bio', $profile->bio);
|
||||||
}
|
}
|
||||||
|
common_element_end('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_subscribe_form($profile) {
|
function show_subscribe_form($profile) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user