diff options
author | Stuart Rackham <srackham@methods.co.nz> | 2009-03-18 10:36:33 +1300 |
---|---|---|
committer | Stuart Rackham <srackham@methods.co.nz> | 2009-03-18 10:36:33 +1300 |
commit | b7f1a5f867cf0eb3f81e953810653d289b1a98e2 (patch) | |
tree | a841a737412e94f89c36e20d6705ee3201bc9c69 /asciidoc.py | |
parent | 9cfd325ad97b5524339d49ddfbc1eabff1cda6f1 (diff) | |
download | asciidoc-py3-b7f1a5f867cf0eb3f81e953810653d289b1a98e2.tar.gz |
Make outputs behave better when the AsciiDoc source has no header.
Diffstat (limited to 'asciidoc.py')
-rwxr-xr-x | asciidoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asciidoc.py b/asciidoc.py index 94d3ca8..ca9f03e 100755 --- a/asciidoc.py +++ b/asciidoc.py @@ -1196,6 +1196,7 @@ class Document: Section.translate_body() writer.write(etag) else: + document.process_author_names() if config.header_footer: hdr = config.subs_section('header',{}) writer.write(hdr) |