Fix missing table
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user