aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-27 20:43:45 -0700
committerFriendika <info@friendika.com>2011-03-27 20:43:45 -0700
commit77fbd2f78c6a24201a26d5c4ec60ad5fb42c48dd (patch)
tree81528dd8cb03aba75f72edd697f4764e8b85d730 /mod
parent7defb1768bff1c3da7ea63957cf8c7c928d379ab (diff)
downloadvolse-hubzilla-77fbd2f78c6a24201a26d5c4ec60ad5fb42c48dd.tar.gz
volse-hubzilla-77fbd2f78c6a24201a26d5c4ec60ad5fb42c48dd.tar.bz2
volse-hubzilla-77fbd2f78c6a24201a26d5c4ec60ad5fb42c48dd.zip
tweaks to author collapsing
Diffstat (limited to 'mod')
-rw-r--r--mod/network.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/mod/network.php b/mod/network.php
index 21b818f9c..f68b399f8 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -365,10 +365,9 @@ function network_content(&$a, $update = 0) {
}
else {
$blowhard = $item['cid'];
- if($blowhard_count > 3) {
- $blowhard_count = 0;
+ if($blowhard_count > 3)
$o .= '</div>';
- }
+ $blowhard_count = 0;
}
$comments_seen = 0;