From: lpsolit%gmail.com <> Date: Fri, 8 Jul 2005 04:51:42 +0000 (+0000) Subject: Bug 297974: Add bug numbers to the generated RSS buglist - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.20rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c49003e66abc5e52979f4a4c65ee1aea2cbdd0c;p=thirdparty%2Fbugzilla.git Bug 297974: Add bug numbers to the generated RSS buglist - Patch by Frédéric Buclin r/a=myk --- diff --git a/template/en/default/list/list.rss.tmpl b/template/en/default/list/list.rss.tmpl index 53352f2258..04e8ec39f3 100644 --- a/template/en/default/list/list.rss.tmpl +++ b/template/en/default/list/list.rss.tmpl @@ -58,7 +58,9 @@ [% FOREACH bug = bugs %] - [% bug.short_desc FILTER xml %] + + [% "@" IF bug.secure_mode %] [[% terms.Bug %] [%+ bug.bug_id FILTER xml %]] [% bug.short_desc FILTER xml %] + [% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %] [% bug.reporter_realname FILTER xml %] [% date.format( format=>"%Y-%m-%dT%H:%MZ",time=>bug.opentime) FILTER xml %]