From: lpsolit%gmail.com <> Date: Thu, 20 Nov 2008 00:55:31 +0000 (+0000) Subject: Bug 465741: Resolution display at top of bug doesn't display what the duplicate bug... X-Git-Tag: bugzilla-3.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59296b6be206632c212e504934a54698497322db;p=thirdparty%2Fbugzilla.git Bug 465741: Resolution display at top of bug doesn't display what the duplicate bug is - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 87f39bc88e..e00300133a 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -420,8 +420,7 @@ [% IF bug.resolution %] [%+ get_resolution(bug.resolution) FILTER html %] [% IF bug.dup_id %] - of - [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] + of [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] [% END %] [% END %] [% IF bug.user.canedit || bug.user.isreporter %]