Update reference page

This commit is contained in:
Terence Eden
2024-09-09 16:19:39 +01:00
parent c45b82c4ca
commit 3c13c1ce6d
2 changed files with 1 additions and 2 deletions

View File

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