Fix missing table

This commit is contained in:
Terence Eden
2024-09-09 16:48:56 +01:00
parent c3079b2922
commit 386658a027
2 changed files with 6 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ for ref_url in ref_list:
readme_table = "<table>\n"
check_table = '<table><tr><th>Name</th><th>SVG Icon</th><th>Circle Icon</th><th>Reference</th><th>Source</th></tr>\n'
reference_table = "-|-|-|-\n"
missing_table = "<h2>No Reference Image Found</h2> "
missing_table += "Name | Icon | Filename\n"
missing_table = "<h2>No Reference Image Found</h2>\n\n"
missing_table += "Name | Icon | Filename\n-|-|-\n"
counter = 0
for svg in svg_data: