diff --git a/actions/showstream.php b/actions/showstream.php index 8235d7c26f..7bdc7c6793 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -21,7 +21,7 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/stream.php'); -define('SUBSCRIPTIONS_PER_ROW', 5); +define('SUBSCRIPTIONS_PER_ROW', 4); define('SUBSCRIPTIONS', 80); class ShowstreamAction extends StreamAction {