From a0951fc965aafba2c182d761bc0636ddbd324cf2 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 11 Sep 2001 04:26:05 +0000 Subject: Make Bugzilla support tag for buglists. Bug 87818. r=jake, caillon. --- show_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'show_bug.cgi') diff --git a/show_bug.cgi b/show_bug.cgi index eced9cfbe..c5b569a45 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -68,7 +68,7 @@ GetVersionTable(); SendSQL("SELECT short_desc FROM bugs WHERE bug_id = $::FORM{'id'}"); my ($summary) = FetchSQLData(); $summary = html_quote($summary); -PutHeader("Bug $::FORM{'id'} - $summary", "Bugzilla Bug $::FORM{'id'}", $summary ); +PutHeader("Bug $::FORM{'id'} - $summary", "Bugzilla Bug $::FORM{'id'}", $summary, "", navigation_links() ); navigation_header(); -- cgit v1.2.3-24-g4f1b