}
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',
[% PROCESS global/header.html.tmpl
title = title
style = style
- rsslink = "buglist.cgi?$urlquerypart&ctype=rss"
+ rsslink = "buglist.cgi?$urlquerypart&title=$title&ctype=rss"
%]
<div align="center">
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&ctype=csv">CSV</a> |
<a href="buglist.cgi?
- [% urlquerypart FILTER html %]&ctype=rss">RSS</a> |
+ [% urlquerypart FILTER html %]&title=
+ [%- title FILTER html %]&ctype=rss">RSS</a> |
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&ctype=ics">iCalendar</a> |
<a href="colchange.cgi?