summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-05-30 09:01:49 +0200
committerByron Jones <glob@mozilla.com>2014-05-30 09:01:49 +0200
commitf3a176d18144027a813ec60ce8811fe85083551e (patch)
tree4e4618cbe6f4fcf91d2977859fac69494fb02164 /Bugzilla/Template.pm
parentb5b5061ca90acd1e65fc5e2073dedf721117e553 (diff)
downloadbugzilla-f3a176d18144027a813ec60ce8811fe85083551e.tar.gz
bugzilla-f3a176d18144027a813ec60ce8811fe85083551e.tar.xz
Bug 1013209: data/assets: empty generated css-file
r=dkl, a=glob
Diffstat (limited to 'Bugzilla/Template.pm')
-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;