]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The "simple format" of the duplicates table was broken by an improper backport
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 25 Jan 2011 05:27:27 +0000 (21:27 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 25 Jan 2011 05:27:27 +0000 (21:27 -0800)
using the "mtime" filter, which doesn't exist in 3.6.

template/en/default/reports/duplicates-simple.html.tmpl

index a085227903cd80cf88a9241c37c2cdf8253dd9a4..c12e4c44a59e6f698e621120dba6dcb378bd9e05 100644 (file)
@@ -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>