summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index 06729ad4a..b220f14d1 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -3,11 +3,11 @@
<!-- End of Dialogs -->
<?php
-if ($_['feedid']){
+if ($_['feedid']) {
$showAll = OCP\Config::getUserValue(OCP\USER::getUser(), 'news', 'showAll');
-if($showAll){
+if($showAll) {
$viewButtonImg = 'eye_all.svg';
$viewButtonTitle = $l->t('Show everything');
$viewButtonClass = 'show_all';