From c27a4c99e0b0d27737bd50c08ca1c16ed3a29242 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 4 Nov 2006 08:31:03 +0000 Subject: Bug 258675: action=view is still used in comments - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Template.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 915e3cdc6..ed6880b01 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 {
-- 
cgit v1.2.3-24-g4f1b