summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-04 13:14:13 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-04 13:14:13 +0000
commit57d10171e342046cc6062e5053186920ea04d486 (patch)
tree957b69fefc5df03df762684e69b3007722c5e3bf /IkiWiki
parent00d761ab53976e8aa53a7e988b74e2681c8accb6 (diff)
another from Recai
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Rcs/git.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm
index 5de4d9cc0..3fedd64f1 100644
--- a/IkiWiki/Rcs/git.pm
+++ b/IkiWiki/Rcs/git.pm
@@ -368,7 +368,7 @@ sub rcs_recentchanges ($) { #{{{
$diffurl =~ s/\[\[sha1_to\]\]/$bit->{'sha1_to'}/go;
push @pages, {
- link => htmllink("", pagename($file), 1),
+ link => htmllink("", "", pagename($file), 1),
diffurl => $diffurl,
},
}
@@ -386,7 +386,7 @@ sub rcs_recentchanges ($) { #{{{
push @rets, {
rev => $sha1,
- user => htmllink("", $user, 1),
+ user => htmllink("", "", $user, 1),
committype => $type,
when => $when,
message => [@message],