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 09b236dbd..44dc7102f 100644
--- a/index.php
+++ b/index.php
@@ -35,7 +35,7 @@ OCP\App::checkAppEnabled('news');
OCP\App::setActiveNavigationEntry('news');
//OCP\Util::addscript('news','news');
-//OCP\Util::addStyle('news', 'news');
+OCP\Util::addStyle('news', 'news');
$tmpl = new OCP\Template( 'news', 'main', 'user' );
$tmpl->printPage();