From 21ccfc92309524062daad9ca7ac69d9dfa0e25b2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 31 Dec 2006 08:45:07 +0000 Subject: Bug 248037: Link from attachment 'created' date to comment where it was created - Patch by Frédéric Buclin r=timeless a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 608d35fcb..b4e0dcb90 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -388,7 +388,7 @@ sub get_attachment_link { my $linkval = "attachment.cgi?id=$attachid"; # Whitespace matters here because these links are in
 tags.
         return qq||
-               . qq|$link_text|
+               . qq|$link_text|
                . qq| [details]|
                . qq||;
     }
-- 
cgit v1.2.3-24-g4f1b