diff --git a/joint_teapot/utils/joj3.py b/joint_teapot/utils/joj3.py index 21e010c..6e5a0af 100644 --- a/joint_teapot/utils/joj3.py +++ b/joint_teapot/utils/joj3.py @@ -205,7 +205,7 @@ def generate_title_and_comment( comment += "
" comment += f"Case {i} - Score: {result['score']}\n" if result["comment"].strip() != "": - comment += f"{result['comment']}\n" + comment += f"\n{result['comment']}\n" comment += "
\n\n" total_score += result["score"] comment += "\n"