diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-12-20 19:50:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 19:50:12 +0100 |
commit | 7754ea1c7cab26b5b40e7653f1d6cbe7d246c975 (patch) | |
tree | ed39b1672e477e22ca5f5a3c8afd075e29c25750 /template/en/default/reports | |
parent | d87c64e5805adb4bae54b10d517c10463a9251fc (diff) | |
download | bugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.gz bugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.xz |
Bug 1361890 - Remove asset concatenation
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/duplicates-simple.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl index a08522790..934d199da 100644 --- a/template/en/default/reports/duplicates-simple.html.tmpl +++ b/template/en/default/reports/duplicates-simple.html.tmpl @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # - # Contributor(s): + # Contributor(s): # Gervase Markham <gerv@gerv.net> # Max Kanat-Alexander <mkanat@bugzilla.org> #%] @@ -39,9 +39,9 @@ <head> <title>[% title FILTER html %]</title> - <link href="[% 'skins/standard/global.css' FILTER mtime %]" + <link href="[% 'skins/standard/global.css' FILTER version %]" rel="stylesheet" type="text/css"> - <link href="[% 'skins/standard/duplicates.css' FILTER mtime %]" + <link href="[% 'skins/standard/duplicates.css' FILTER version %]" rel="stylesheet" type="text/css"> </head> |