Edgewall Software

Ticket #539: timeline.patch

File timeline.patch, 612 bytes (added by radix, 8 years ago)

timeline_rss.cs patch to fix <image> <link>

  • templates/timeline_rss.cs

    old new  
    2525      <image> 
    2626        <title><?cs var:$project.name?></title> 
    2727        <url><?cs if !$header_logo.src_abs ?><?cs var:$base_url ?><?cs /if ?><?cs var $header_logo.src ?></url> 
    28         <link><?cs var:$base_url ?></link> 
     28        <link><?cs var:$base_url ?><?cs var:$trac.href.timeline ?></link> 
    2929      </image> 
    3030      <?cs each:item = $timeline.items ?> 
    3131        <?cs if:item.type == #1 ?><!-- Changeset -->