]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 465741: Resolution display at top of bug doesn't display what the duplicate bug...
authorlpsolit%gmail.com <>
Thu, 20 Nov 2008 00:55:31 +0000 (00:55 +0000)
committerlpsolit%gmail.com <>
Thu, 20 Nov 2008 00:55:31 +0000 (00:55 +0000)
template/en/default/bug/edit.html.tmpl

index 87f39bc88e0a244ea9466d49ed44142eb4fe4b01..e00300133a348f9a14c7d0efbebc1ea52b97b1c8 100644 (file)
         [% 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 %]