From: Byron Jones Date: Fri, 30 May 2014 07:01:49 +0000 (+0800) Subject: Bug 1013209: data/assets: empty generated css-file X-Git-Tag: bugzilla-4.5.5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a176d18144027a813ec60ce8811fe85083551e;p=thirdparty%2Fbugzilla.git Bug 1013209: data/assets: empty generated css-file r=dkl, a=glob --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 8b5eed1c53..cf337d9fc3 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;