summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-20 15:40:08 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-20 15:40:08 -0400
commit36c680342c1569d33cfde151f78d59c8ba8147ba (patch)
tree6e36c6b40e6770293582be3a5bef19573ee573e9 /actions/showstream.php
parent9cc54e14e6fae9001a4a38f819d9a6f6f7cc4c73 (diff)
fix div in profile
darcs-hash:20080520194008-84dde-f032df10986fab4b1c421e58deefce56bf77e66a.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php1
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) {