diff --git a/fix_tei.py b/fix_tei.py index 29f5039..b52c542 100644 --- a/fix_tei.py +++ b/fix_tei.py @@ -532,7 +532,7 @@ def evaluate_report(report): else: report_string += "All citekeys were found in the bibliography database.\n" if len(report["bad_pageref"]) > 0: - report_string += "{} page {} could not be parsed into start and end value:".format(len(report["bad_pageref"]), libeoaconvert.plural(len(report["bad_pageref"]), "reference")) + report_string += "{} page {} could not be parsed into start and end value:\n".format(len(report["bad_pageref"]), libeoaconvert.plural(len(report["bad_pageref"]), "reference")) for item in report["bad_pageref"]: report_string += ' '*4 + item + "\n" else: