diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-09-27 20:20:00 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-09-27 20:20:00 -0700 |
commit | 9c13acab14bf2e2597d51aa0aedda2496d34a7a0 (patch) | |
tree | fd696cb9008a6f6c69c9e54ee101a81b877b039b /Bugzilla | |
parent | f64efa79bd78ab59cb65588feacf93e0de475e48 (diff) | |
download | bugs-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar bugs-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar.gz bugs-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar.bz2 bugs-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar.xz bugs-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.zip |
Bug 595380: Add a ?mtime string to all of the manually-inserted
<script src> and <link href> tags in Bugzilla
r=glob, a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Template.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 0997415b2..5ff5482b2 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -795,7 +795,7 @@ sub create { email => \&Bugzilla::Util::email_filter, - mtime_url => \&mtime_filter, + mtime => \&mtime_filter, # iCalendar contentline filter ics => [ sub { |