Bug 1013209: data/assets: empty generated css-file

r=dkl, a=glob


git-svn-id: svn://10.0.0.236/trunk@265413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-05-30 07:16:04 +00:00
parent 28a2cb1e01
commit 6a38bfb5d8
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
9041 9042

View File

@ -1 +1 @@
b5b5061ca90acd1e65fc5e2073dedf721117e553 f3a176d18144027a813ec60ce8811fe85083551e

View File

@ -494,7 +494,7 @@ sub _concatenate_css {
my %files = my %files =
map { map {
(my $file = $_) =~ s/(^[^\?]+).+/$1/; (my $file = $_) =~ s/(^[^\?]+)\?.+/$1/;
$_ => $file; $_ => $file;
} @sources; } @sources;