summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorburnus%gmx.de <>2003-04-29 03:29:34 +0200
committerburnus%gmx.de <>2003-04-29 03:29:34 +0200
commit7e6f8dbfebfeda16a14f951370f31ee5fad9e0ee (patch)
tree446d2dff00188b5be09540c53be736e55338977f /template
parente5086e905c8248309f4918e2d32cfa160f7e7156 (diff)
downloadbugzilla-7e6f8dbfebfeda16a14f951370f31ee5fad9e0ee.tar.gz
bugzilla-7e6f8dbfebfeda16a14f951370f31ee5fad9e0ee.tar.xz
Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of $changedsince
r=gerv, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 1aaa581b6..f626c640b 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -446,7 +446,8 @@
[% ELSIF error == "no_dupe_stats_error_whenever" %]
[% title = "Error Reading Previous Dupes File" %]
- An error occurred opening $changedsince days ago ($whenever)'s dupes file:
+ An error occurred opening [% changedsince FILTER html %] days ago
+ ([% whenever FILTER html %])'s dupes file:
[% error_msg FILTER html %].
[% ELSIF error == "no_dupe_stats_error_yesterday" %]