diff --git a/src/pqc_report_writer_common.py b/src/pqc_report_writer_common.py
index 699e07a..d2fbc85 100644
--- a/src/pqc_report_writer_common.py
+++ b/src/pqc_report_writer_common.py
@@ -235,7 +235,7 @@ def main():
md_file.new_paragraph()
md_file.new_header(level=1, title=f'Algorithms Submitted')
- md_file.new_paragraph(text="✅ = passing all verifiers
◒ = passing some verifiers
⚪︎ = not passing any verifiers
")
+ md_file.new_paragraph(text="✅ = passing all verifiers
◒ = passing some verifiers
⚪︎ = not passing any verifiers
Columns represent producers who submitted artifacts. Verifiers are not listed in this table, but are listed in the broken-out tables below.
")
md_file.new_paragraph()
_submittedAlgsList.sort()
@@ -254,8 +254,6 @@ def main():
0: did not pass any verifiers
1: passed some verifiers
2: passed all verifiers
-
- Columns represent producers who submitted artifacts. Verifiers are not listed in this table, but are listed in the broken-out tables below.
"""
no = passedAllVerifiers(generator, alg_oid, algorithmVerificationResults)
if (no == -1):