From c27a4c99e0b0d27737bd50c08ca1c16ed3a29242 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 4 Nov 2006 08:31:03 +0000 Subject: =?UTF-8?q?Bug=20258675:=20action=3Dview=20is=20still=20used=20in?= =?UTF-8?q?=20comments=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric?= =?UTF-8?q?=20Buclin=20=20r=3Dmkanat=20a=3Dmyk?= 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/Template.pm') 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.1