summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Template.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 8b5eed1c5..cf337d9fc 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -494,7 +494,7 @@ sub _concatenate_css {
my %files =
map {
- (my $file = $_) =~ s/(^[^\?]+).+/$1/;
+ (my $file = $_) =~ s/(^[^\?]+)\?.+/$1/;
$_ => $file;
} @sources;