summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 57e782a37..6bca9711d 100644
--- a/index.php
+++ b/index.php
@@ -24,5 +24,5 @@ $controller = new OCA\News\NewsController();
if(isset($_GET['jstest'])){
$controller->javascriptTests();
} else {
- $controller->index();
+ $controller->index();
} \ No newline at end of file