diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-09-28 05:20:00 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-09-28 05:20:00 +0200 |
commit | 9c13acab14bf2e2597d51aa0aedda2496d34a7a0 (patch) | |
tree | fd696cb9008a6f6c69c9e54ee101a81b877b039b /template/en/default/attachment | |
parent | f64efa79bd78ab59cb65588feacf93e0de475e48 (diff) | |
download | bugzilla-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar.gz bugzilla-9c13acab14bf2e2597d51aa0aedda2496d34a7a0.tar.xz |
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 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 650d90f73..c13b2e7ba 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -57,8 +57,10 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %] [% ELSE %] <html> <head> - <link href="skins/standard/attachment.css" rel="stylesheet" type="text/css"> - <script src="js/attachment.js" type="text/javascript"></script> + <link href="[% 'skins/standard/attachment.css' FILTER mtime %]" + rel="stylesheet" type="text/css"> + <script src="[% 'js/attachment.js' FILTER mtime %]" + type="text/javascript"></script> </head> <body onload="[% onload FILTER html %]"> [% END %] |