From 29cf8805dac7281cb4f4e52ee48177a3a679a0c4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 19 Nov 2005 09:29:22 +0000 Subject: =?UTF-8?q?Bug=20312928:=20Title=20RSS=20bug-list=20based=20on=20S?= =?UTF-8?q?aved=20Search=20name=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Bu?= =?UTF-8?q?clin=20=20r/a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index c46141638..2d24719b8 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -674,6 +674,9 @@ if ($format->{'extension'} eq 'ics') { } if ($format->{'extension'} eq 'rss') { + # The title of the RSS feed will be the same one as for the bug list. + $vars->{'title'} = $cgi->param('title'); + # This is the list of fields that are needed by the rss filter. my @required_rss_columns = ( 'short_desc', -- cgit v1.2.1