diff options
author | burnus%gmx.de <> | 2003-04-29 03:29:34 +0200 |
---|---|---|
committer | burnus%gmx.de <> | 2003-04-29 03:29:34 +0200 |
commit | 7e6f8dbfebfeda16a14f951370f31ee5fad9e0ee (patch) | |
tree | 446d2dff00188b5be09540c53be736e55338977f /template/en/default | |
parent | e5086e905c8248309f4918e2d32cfa160f7e7156 (diff) | |
download | bugzilla-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/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
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" %] |