summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2007-08-15 04:54:34 +0200
committerwurblzap%gmail.com <>2007-08-15 04:54:34 +0200
commit2c7bf1ccef93895052aefc4bb541d74933a914e3 (patch)
treedade58ac36b36e347ba909fc326b61b8b94b8e39 /Bugzilla/User
parent1427884e689fa9c470f88bdefc7eabbb87b047c6 (diff)
downloadbugzilla-2c7bf1ccef93895052aefc4bb541d74933a914e3.tar.gz
bugzilla-2c7bf1ccef93895052aefc4bb541d74933a914e3.tar.xz
Bug 259723 – Alternative Bugzilla CSS.
Patch by Marc Schumann <wurblzap@gmail.com>, r=glob,LpSolit; a=LpSolit
Diffstat (limited to 'Bugzilla/User')
-rwxr-xr-xBugzilla/User/Setting/Skin.pm1
1 files changed, 1 insertions, 0 deletions
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$/) {