diff options
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r-- | Bugzilla/Template.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index ee8aa4309..a1a6944f0 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -307,8 +307,8 @@ sub get_attachment_link { # Whitespace matters here because these links are in <pre> tags. return qq|<span class="$className">| . qq|<a href="${linkval}" name="attach_${attachid}" title="$title">$link_text</a>| - . qq|${patchlink}| . qq| <a href="${linkval}&action=edit" title="$title">[details]</a>| + . qq|${patchlink}| . qq|</span>|; } else { |