misc improvements
parent
5b43f0b95c
commit
fa101abf08
10
t/linkify.t
10
t/linkify.t
|
@ -22,11 +22,11 @@ sub linkify ($$$$) {
|
|||
# This could change, if so, update it..
|
||||
%IkiWiki::pagecase=();
|
||||
%links=();
|
||||
foreach my $page (@existing_pages) {
|
||||
$IkiWiki::pagecase{lc $page}=$page;
|
||||
$links{$page}=[];
|
||||
$renderedfiles{"$page.mdwn"}=[$page];
|
||||
$destsources{$page}="$page.mdwn";
|
||||
foreach my $p (@existing_pages) {
|
||||
$IkiWiki::pagecase{lc $p}=$p;
|
||||
$links{$p}=[];
|
||||
$renderedfiles{"$p.mdwn"}=[$p];
|
||||
$destsources{$p}="$p.mdwn";
|
||||
}
|
||||
|
||||
%config=IkiWiki::defaultconfig();
|
||||
|
|
Loading…
Reference in New Issue