From 2c7bf1ccef93895052aefc4bb541d74933a914e3 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 15 Aug 2007 02:54:34 +0000 Subject: =?UTF-8?q?Bug=20259723=20=C3=A2=C2=80=C2=93=20Alternative=20Bugzi?= =?UTF-8?q?lla=20CSS.=20Patch=20by=20Marc=20Schumann=20,=20r=3Dglob,LpSolit;=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/User/Setting/Skin.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/User/Setting') diff --git a/Bugzilla/User/Setting/Skin.pm b/Bugzilla/User/Setting/Skin.pm index 0b0adfd51..f69f3e66c 100755 --- a/Bugzilla/User/Setting/Skin.pm +++ b/Bugzilla/User/Setting/Skin.pm @@ -41,6 +41,7 @@ sub legal_values { foreach my $direntry (glob(catdir($dirbase, '*'))) { if (-d $direntry) { # Stylesheet set + next if basename($direntry) =~ /^cvs$/i; push(@legal_values, basename($direntry)); } elsif ($direntry =~ /\.css$/) { -- cgit v1.2.1