From 6a38bfb5d80c11370adf48de9b74ab745f01fe5b Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Fri, 30 May 2014 07:16:04 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Template.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index f5efeb90441..16bd38e53bb 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9041 \ No newline at end of file +9042 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 98a8fd90213..9a208aedfe2 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -b5b5061ca90acd1e65fc5e2073dedf721117e553 \ No newline at end of file +f3a176d18144027a813ec60ce8811fe85083551e \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Template.pm b/mozilla/webtools/bugzilla/Bugzilla/Template.pm index 8b5eed1c531..cf337d9fc37 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Template.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Template.pm @@ -494,7 +494,7 @@ sub _concatenate_css { my %files = map { - (my $file = $_) =~ s/(^[^\?]+).+/$1/; + (my $file = $_) =~ s/(^[^\?]+)\?.+/$1/; $_ => $file; } @sources;