Skip to content
Snippets Groups Projects
Commit 2ab3459f authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fix for diff links in feed

darcs-hash:20061205200144-7ad00-fbafb0be3d30bb9068213749e6067ad7485be485.gz
parent 2d5ccb39
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ function rssRecentChanges(&$rss,$num,$ltype,$ns,$minor){
break;
case 'diff':
default:
$item->link = wl($recent['id'],'rev='.$recent['date'].'&do=diff'.$recent['date'],true);
$item->link = wl($recent['id'],'rev='.$recent['date'].'&do=diff',true);
}
$item->description = $meta['description']['abstract'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment