projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0476614
)
missed a couple htmllinks
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 27 May 2006 18:42:12 +0000
(18:42 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 27 May 2006 18:42:12 +0000
(18:42 +0000)
IkiWiki/Rcs/svn.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Rcs/svn.pm
b/IkiWiki/Rcs/svn.pm
index 86fe69ab88ebfdbafb25093ef26785ec77e07c1e..61c6409a7fe136b8ad7b88815c877cbee27b4300 100644
(file)
--- a/
IkiWiki/Rcs/svn.pm
+++ b/
IkiWiki/Rcs/svn.pm
@@
-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],