Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Linebreak
  • Loading branch information
Klaus Thoden committed Dec 3, 2018
1 parent d5336f3 commit 19345f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix_tei.py
Expand Up @@ -532,7 +532,7 @@ def evaluate_report(report):
else: else:
report_string += "All citekeys were found in the bibliography database.\n" report_string += "All citekeys were found in the bibliography database.\n"
if len(report["bad_pageref"]) > 0: 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"]: for item in report["bad_pageref"]:
report_string += ' '*4 + item + "\n" report_string += ' '*4 + item + "\n"
else: else:
Expand Down

0 comments on commit 19345f8

Please sign in to comment.