From eaf947cef627a8d48243d433dce9d1e13cebe004 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 26 May 2009 12:30:59 -0400 Subject: [PATCH] - remove double settings.css inclusion --- plugins/managesieve/skins/default/templates/managesieveedit.html | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/plugins/managesieve/skins/default/templates/managesieveedit.html b/plugins/managesieve/skins/default/templates/managesieveedit.html index 74eb70e..2302073 100644 --- a/plugins/managesieve/skins/default/templates/managesieveedit.html +++ b/plugins/managesieve/skins/default/templates/managesieveedit.html @@ -3,7 +3,6 @@ <head> <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> -<link rel="stylesheet" type="text/css" href="/settings.css" /> <link rel="stylesheet" type="text/css" href="/this/managesieve.css" /> </head> <body class="iframe"> -- Gitblit v1.9.1