From 34d05af672f56880316994daf8aa88cdd03b6e4f Mon Sep 17 00:00:00 2001 From: Gosuke Miyashita Date: Sat, 14 Jan 2012 02:25:06 +0900 Subject: [PATCH] Missed geting parts --- webiblo.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/webiblo.pl b/webiblo.pl index 88b95f3..f302327 100755 --- a/webiblo.pl +++ b/webiblo.pl @@ -40,6 +40,7 @@ $book->{parts}->[0]->{chapters} = $book->{chapters} unless $book->{parts}; for my $part ( @{ $book->{parts} } ) { + get_content($part); for my $chapter ( @{ $part->{chapters} } ) { get_content($chapter); for my $section ( @{ $chapter->{sections} } ) {