Commit 0c49003e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 297974: Add bug numbers to the generated RSS buglist - Patch by Frédéric…

Bug 297974: Add bug numbers to the generated RSS buglist - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
parent 230976ef
......@@ -58,7 +58,9 @@
[% FOREACH bug = bugs %]
<item rdf:about="[% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %]">
<title>[% bug.short_desc FILTER xml %]</title>
<title>
[% "@" IF bug.secure_mode %] [[% terms.Bug %] [%+ bug.bug_id FILTER xml %]] [% bug.short_desc FILTER xml %]
</title>
<link>[% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %]</link>
<dc:creator>[% bug.reporter_realname FILTER xml %]</dc:creator>
<dc:date>[% date.format( format=>"%Y-%m-%dT%H:%MZ",time=>bug.opentime) FILTER xml %]</dc:date>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment