From: lpsolit%gmail.com <> Date: Thu, 20 Nov 2008 00:53:26 +0000 (+0000) Subject: Bug 465741: Resolution display at top of bug doesn't display what the duplicate bug... X-Git-Tag: bugzilla-3.3.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c61f36f83ed6818b7b1f181400ffea6bc270a70;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 a3367fe871..0aacca98f1 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -434,8 +434,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 %]