From e75d8cf78f93434f9f3394ab215e6eb5a28248ba Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 11 Jan 2012 18:08:00 -0500 Subject: Bug 715467 - Inconsistency in patch option links --- 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 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
 tags.
         return qq||
                . qq|$link_text|
-               . qq|${patchlink}|
                . qq| [details]|
+               . qq|${patchlink}|
                . qq||;
     }
     else {
-- 
cgit v1.2.3-24-g4f1b