From f50d2365975b419d62b398af9a886da4f5bcaff4 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Tue, 14 Jan 2003 14:36:09 +0000 Subject: Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave --- attachment.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'attachment.cgi') diff --git a/attachment.cgi b/attachment.cgi index 17e237564..bb166e2f8 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -426,6 +426,7 @@ sub viewall $vars->{'attachments'} = \@attachments; $vars->{'bugassignee_id'} = $assignee_id; $vars->{'bugsummary'} = $bugsummary; + $vars->{'GetBugLink'} = \&GetBugLink; # Return the appropriate HTTP response headers. print "Content-Type: text/html\n\n"; @@ -470,6 +471,7 @@ sub enter $vars->{'attachments'} = \@attachments; $vars->{'bugassignee_id'} = $assignee_id; $vars->{'bugsummary'} = $bugsummary; + $vars->{'GetBugLink'} = \&GetBugLink; # Return the appropriate HTTP response headers. print "Content-Type: text/html\n\n"; @@ -653,6 +655,7 @@ sub edit $vars->{'isprivate'} = $isprivate; $vars->{'isviewable'} = $isviewable; $vars->{'attachments'} = \@bugattachments; + $vars->{'GetBugLink'} = \&GetBugLink; # Return the appropriate HTTP response headers. print "Content-Type: text/html\n\n"; -- cgit v1.2.3-24-g4f1b