diff options
author | lpsolit%gmail.com <> | 2008-11-20 01:53:26 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-11-20 01:53:26 +0100 |
commit | 1c61f36f83ed6818b7b1f181400ffea6bc270a70 (patch) | |
tree | 08445746cdcd94ed26747f6dc08360704ff0fbaf | |
parent | a9cc253262438ce20df7cda1b767a4020a854f77 (diff) | |
download | bugzilla-1c61f36f83ed6818b7b1f181400ffea6bc270a70.tar.gz bugzilla-1c61f36f83ed6818b7b1f181400ffea6bc270a70.tar.xz |
Bug 465741: Resolution display at top of bug doesn't display what the duplicate bug is - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index a3367fe87..0aacca98f 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 %] - <span id="duplicate_display">of - [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %]</span> + of [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] [% END %] [% END %] [% IF bug.user.canedit || bug.user.isreporter %] |