close unclosed rows in subscriptions

darcs-hash:20080521191135-84dde-11f89c88ef526ff41bfc1d0d3bfe774f5796c2da.gz
This commit is contained in:
Evan Prodromou 2008-05-21 15:11:35 -04:00
parent 0f0d50f06a
commit 5dce1e47a3
1 changed files with 5 additions and 0 deletions

View File

@ -206,6 +206,11 @@ class ShowstreamAction extends StreamAction {
}
}
# close any unclosed row
if ($cnt % SUBSCRIPTIONS_PER_ROW != 0) {
common_element_end('div');
}
common_element('a', array('href' => common_local_url('subscriptions',
array('nickname' => $profile->nickname)),
'class' => 'moresubscriptions'),