]> 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:53:26 +0000 (00:53 +0000)
committerlpsolit%gmail.com <>
Thu, 20 Nov 2008 00:53:26 +0000 (00:53 +0000)
template/en/default/bug/edit.html.tmpl

index a3367fe8712144ce21859bb3e3f87852ef0a3530..0aacca98f1ff7412e6e5b232db3d34d9b302099e 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 %]