close unclosed rows in subscriptions
darcs-hash:20080521191135-84dde-11f89c88ef526ff41bfc1d0d3bfe774f5796c2da.gz
This commit is contained in:
parent
0f0d50f06a
commit
5dce1e47a3
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user