missed a couple htmllinks

master
joey 2006-05-27 18:42:12 +00:00
parent 0476614c40
commit 0cc3b43530
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ sub rcs_recentchanges ($) { #{{{
$diffurl=~s/\[\[r1\]\]/$rev - 1/eg;
$diffurl=~s/\[\[r2\]\]/$rev/g;
push @pages, {
link => htmllink("", pagename($file), 1),
link => htmllink("", "", pagename($file), 1),
diffurl => $diffurl,
} if length $file;
}
@ -145,7 +145,7 @@ sub rcs_recentchanges ($) { #{{{
}
push @ret, { rev => $rev,
user => htmllink("", $user, 1),
user => htmllink("", "", $user, 1),
committype => $committype,
when => $when, message => [@message],
pages => [@pages],