aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconvert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.py b/convert.py
index 4ca1db8..d6660b1 100755
--- a/convert.py
+++ b/convert.py
@@ -187,7 +187,7 @@ def get_metadata(html_file_path):
# metadata += "title: {}".format(title_metadata)
authors_metadata = _get_metadata(html_file_path, get_author)
- metadata += "title: {}".format(authors_metadata) + os.linesep
+ metadata += "authors: {}".format(authors_metadata) + os.linesep
tags_metadata = _get_metadata(html_file_path, get_tags)
if tags_metadata: