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/global | |
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/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index e6764ed2b..772e775e9 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -104,7 +104,7 @@ [%# This allows people to switch back to the "Classic" skin if they # are in another skin. #%] - <link href="[% 'skins/standard/global.css' FILTER mtime_url FILTER html %]" + <link href="[% 'skins/standard/global.css' FILTER mtime FILTER html %]" rel="alternate stylesheet" title="[% setting_descs.standard FILTER html %]"> [% FOREACH style_url = css_sets.standard %] @@ -327,5 +327,5 @@ [% END %] [% BLOCK format_js_link %] - <script type="text/javascript" src="[% javascript_url FILTER mtime_url FILTER html %]"></script> + <script type="text/javascript" src="[% javascript_url FILTER mtime FILTER html %]"></script> [% END %] |