diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:38:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:38:31 +0000 |
commit | a700922a7000af4f3aead2f26f071131edf563b6 (patch) | |
tree | 49d0131ce97bde1f07dd3595473abb8e92614d92 | |
parent | 5eccec1553cdec65e592c2c079f8a3540ee3326e (diff) | |
download | ikiwiki-a700922a7000af4f3aead2f26f071131edf563b6.tar ikiwiki-a700922a7000af4f3aead2f26f071131edf563b6.tar.gz |
blah
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' && /^$/) { |