From: joey Date: Thu, 23 Mar 2006 21:55:36 +0000 (+0000) Subject: skip old format index file lines for now X-Git-Tag: 1.0~243 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a4c8680b19029db1942bbb24473ea99227746a6;p=ikiwiki.git skip old format index file lines for now --- diff --git a/ikiwiki b/ikiwiki index 87414ab5b..bd905a426 100755 --- a/ikiwiki +++ b/ikiwiki @@ -324,6 +324,8 @@ sub loadindex () { #{{{ push @{$items{$item}}, $val; } + next unless exists $items{src}; # skip bad lines for now + my $page=pagename($items{src}[0]); if (! $config{rebuild}) { $pagesources{$page}=$items{src}[0];