summaryrefslogtreecommitdiffstats
path: root/scripts/MarkdownBook/Document.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/MarkdownBook/Document.pm')
-rw-r--r--scripts/MarkdownBook/Document.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/MarkdownBook/Document.pm b/scripts/MarkdownBook/Document.pm
index 6b6b966..63750f3 100644
--- a/scripts/MarkdownBook/Document.pm
+++ b/scripts/MarkdownBook/Document.pm
@@ -213,6 +213,7 @@ sub _do_header
$section = MarkdownBook::Section->new($self,
$section_number, $section_id, $section_title);
push(@{$self->{'sections'}}, $section);
+ $self->{'book'}->add_section($section);
$text = $section_number . ' ' . $section_title;