diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:40:08 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:40:08 -0400 |
commit | 36c680342c1569d33cfde151f78d59c8ba8147ba (patch) | |
tree | 6e36c6b40e6770293582be3a5bef19573ee573e9 | |
parent | 9cc54e14e6fae9001a4a38f819d9a6f6f7cc4c73 (diff) |
fix div in profile
darcs-hash:20080520194008-84dde-f032df10986fab4b1c421e58deefce56bf77e66a.gz
-rw-r--r-- | actions/showstream.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |