aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
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;