From: Evan Prodromou Date: Wed, 21 May 2008 19:11:35 +0000 (-0400) Subject: close unclosed rows in subscriptions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5dce1e47a3d6ad397d120aaa57fb103bd29c654b;p=quix0rs-gnu-social.git close unclosed rows in subscriptions darcs-hash:20080521191135-84dde-11f89c88ef526ff41bfc1d0d3bfe774f5796c2da.gz --- diff --git a/actions/showstream.php b/actions/showstream.php index 984c2454b1..4f9128be85 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -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'),