From: lpsolit%gmail.com <> Date: Sat, 4 Nov 2006 08:31:03 +0000 (+0000) Subject: Bug 258675: action=view is still used in comments - Patch by Frédéric Buclin r=mkanat a=myk --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 915e3cdc6b..ed6880b017 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -383,11 +383,11 @@ sub get_attachment_link { $title = value_quote($title); $link_text =~ s/ \[details\]$//; - my $linkval = "attachment.cgi?id=$attachid&action="; + my $linkval = "attachment.cgi?id=$attachid"; # Whitespace matters here because these links are in
 tags.
         return qq||
-               . qq|$link_text|
-               . qq| [details]|
+               . qq|$link_text|
+               . qq| [details]|
                . qq||;
     }
     else {