aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-01-24 21:27:27 -0800
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-01-24 21:27:27 -0800
commit9b8fd1e64b3013f63bd1322c41e011e877b89e0f (patch)
tree8d821b7d226309e52a049d75d16bee687e14a1ec
parentBug 621597: Make mod_perl.pl automatically include the lib/ directory and (diff)
downloadbugzilla-9b8fd1e64b3013f63bd1322c41e011e877b89e0f.tar.gz
bugzilla-9b8fd1e64b3013f63bd1322c41e011e877b89e0f.tar.bz2
bugzilla-9b8fd1e64b3013f63bd1322c41e011e877b89e0f.zip
The "simple format" of the duplicates table was broken by an improper backport
using the "mtime" filter, which doesn't exist in 3.6.
-rw-r--r--template/en/default/reports/duplicates-simple.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl
index a08522790..c12e4c44a 100644
--- a/template/en/default/reports/duplicates-simple.html.tmpl
+++ b/template/en/default/reports/duplicates-simple.html.tmpl
@@ -39,9 +39,9 @@
<head>
<title>[% title FILTER html %]</title>
- <link href="[% 'skins/standard/global.css' FILTER mtime %]"
+ <link href="skins/standard/global.css"
rel="stylesheet" type="text/css">
- <link href="[% 'skins/standard/duplicates.css' FILTER mtime %]"
+ <link href="skins/standard/duplicates.css"
rel="stylesheet" type="text/css">
</head>