From 5dce1e47a3d6ad397d120aaa57fb103bd29c654b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 May 2008 15:11:35 -0400 Subject: close unclosed rows in subscriptions darcs-hash:20080521191135-84dde-11f89c88ef526ff41bfc1d0d3bfe774f5796c2da.gz --- actions/showstream.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions/showstream.php') diff --git a/actions/showstream.php b/actions/showstream.php index 984c2454b..4f9128be8 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'), -- cgit v1.2.3-54-g00ecf