summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-06-12 10:05:23 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2013-06-12 10:05:23 -0400
commitaccad1a88a82bc812836f2495518e4046a310829 (patch)
treef5f966642b6fed6804aae29c2b66d474de42a754 /templates
parent4faa08d70891da48a0f7647f7eb8730f7f9dc82e (diff)
addnew css is loaded two times in main template
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 232a00336..22a7fec5d 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -16,7 +16,6 @@
\OCP\Util::addStyle('news', 'feeds');
\OCP\Util::addStyle('news', 'items');
\OCP\Util::addStyle('news', 'settings');
-\OCP\Util::addStyle('news', 'addnew');
\OCP\Util::addStyle('news', 'showall');
?>