From a59854cc809828501371dc934362c81a82e83cee Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Fri, 7 Sep 2012 15:21:03 +0200 Subject: adding space between) and { --- templates/part.items.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/part.items.php') diff --git a/templates/part.items.php b/templates/part.items.php index 6d6369ab7..b44a2688c 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -14,7 +14,7 @@ if ($feedId == -1 || $feedId == -2) { //TODO: change this values, too obscure $items = $itemMapper->findEveryItemByStatus($status); } else { - if($showAll){ + if($showAll) { $items = $itemMapper->findAll($feedId); } else { $items = $itemMapper->findAllStatus($feedId, OCA\News\StatusFlag::UNREAD); @@ -24,13 +24,13 @@ else { echo '