Edgewall Software

Ticket #4380: timeline_rss_category.diff

File timeline_rss_category.diff, 457 bytes (added by maz, 5 years ago)

Add category to timeline RSS items

  • templates/timeline_rss.cs

     
    2929    <guid isPermaLink="false"><?cs var:event.href ?>/<?cs  
    3030     var:event.dateuid ?></guid> 
    3131    <description><?cs var:event.message ?></description> 
     32    <category><?cs var:event.kind ?></category> 
    3233   </item><?cs 
    3334  /each ?> 
    3435 </channel>