diff --git a/mythril/analysis/report.py b/mythril/analysis/report.py index 98ce6c96..c7e6df23 100644 --- a/mythril/analysis/report.py +++ b/mythril/analysis/report.py @@ -93,7 +93,7 @@ class Report: text += "### Description\n" + issue.description + "\n" if issue.filename and issue.code: - text += "*In " + issue.filename + ":*\n" + text += "\nIn *" + issue.filename + ":*\n" text += "\n```\n" + issue.code + "\n```\n" return text