blah
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 03:38:31 +0000 (03:38 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 03:38:31 +0000 (03:38 +0000)
ikiwiki

diff --git a/ikiwiki b/ikiwiki
index 146ae93b7c12f5cfe6a912ab40183d6274fedb56..81bdf85b67ba8d301ec0956ede870d4d23f83e18 100755 (executable)
--- a/ikiwiki
+++ b/ikiwiki
@@ -419,7 +419,7 @@ sub rcs_recentchanges ($) { #{{{
                                $when=concise(ago(time - str2time($3)));
                        }
                        elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E\/(.+)$/) {
-                               push @pages, htmllink("", pagename($1), 1)
+                               push @pages, { link => htmllink("", pagename($1), 1) }
                                        if length $1;
                        }
                        elsif ($state eq 'header' && /^$/) {