From accad1a88a82bc812836f2495518e4046a310829 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Wed, 12 Jun 2013 10:05:23 -0400 Subject: addnew css is loaded two times in main template --- templates/main.php | 1 - 1 file changed, 1 deletion(-) (limited to 'templates') 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'); ?> -- cgit v1.2.3