From: joey Date: Thu, 23 Mar 2006 21:55:36 +0000 (+0000) Subject: skip old format index file lines for now X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/4a4c8680b19029db1942bbb24473ea99227746a6?hp=4f93b8e2b44a3d9e5455d3f369f6cad929faf899 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];