From 7e6f8dbfebfeda16a14f951370f31ee5fad9e0ee Mon Sep 17 00:00:00 2001 From: "burnus%gmx.de" <> Date: Tue, 29 Apr 2003 01:29:34 +0000 Subject: Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of $changedsince r=gerv, a=justdave --- template/en/default/global/user-error.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template') 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" %] -- cgit v1.2.3-24-g4f1b