]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Rcs/git.pm
* -CSD does not affect modules, so readfile() was not using the utf-8 input
[git.ikiwiki.info.git] / IkiWiki / Rcs / git.pm
index 5de4d9cc0e1c7901123aa7e9adbb8eda64a51038..3fedd64f189fd6c4b20a617a14b41076744fcbe5 100644 (file)
@@ -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],