From 7b123e7ae4fec685f95257cdbc9434e5443cbce8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 23 May 2005 06:38:40 +0000 Subject: [PATCH] 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(-) diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index f6fb807a86..1f4faa7d86 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 %] -- 2.47.3