diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-04 13:14:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-04 13:14:13 +0000 |
commit | 57d10171e342046cc6062e5053186920ea04d486 (patch) | |
tree | 957b69fefc5df03df762684e69b3007722c5e3bf /IkiWiki/Rcs | |
parent | 00d761ab53976e8aa53a7e988b74e2681c8accb6 (diff) |
another from Recai
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r-- | IkiWiki/Rcs/git.pm | 4 |
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], |