Edgewall Software

Ticket #3167: timeline_rss.diff

File timeline_rss.diff, 405 bytes (added by anonymous, 5 years ago)
  • /templates/timeline_rss.cs

    old new  
    2727    <pubDate><?cs var:event.date ?></pubDate> 
    2828    <link><?cs var:event.href ?></link> 
    2929    <description><?cs var:event.message ?></description> 
     30    <guid isPermaLink="false"><?cs var:event.guid ?></guid> 
    3031   </item><?cs 
    3132  /each ?> 
    3233 </channel>