From 8656d28056f2bf697e549f44ba8cf82382e1409b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 23 May 2005 06:35:22 +0000 Subject: Bug 295137: Unneeded "#" in interdiff page title - Patch by Gavin Sharp r=LpSolit a=justdave --- template/en/default/attachment/diff-header.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 3d7ba0c2d..61d7c14ec 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -27,7 +27,7 @@ [% IF attachid %] Attachment #[% attachid %] for [% terms.bug %] #[% bugid %] [% ELSE %] -Interdiff of #[% oldid %] and #[% newid %] for #[% terms.bug %] #[% bugid %] +Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b