Skip to content

Commit c9a1bdb

Browse files
committed
test
1 parent b6a3270 commit c9a1bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update-sig-tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def format_chat(chat):
9696
calendar = f"[{invites}](https://groups.google.com/a/opentelemetry.io/g/{invites})"
9797

9898
if group_name == "Specification SIGs":
99-
markdown_content += f"| {name}<a id=\"{short_name}\" href=\"#{short_name}\">&nbsp;<sup>🔗</sup></a> | {meeting} | {notes} | {chats} | {calendar} | {tc_sponsors} | {gc_liaison} | \n"
99+
markdown_content += f"| {name}&nbsp;<a id=\"{short_name}\" href=\"#{short_name}\"><sup>🔗</sup></a> | {meeting} | {notes} | {chats} | {calendar} | {tc_sponsors} | {gc_liaison} | \n"
100100
else:
101-
markdown_content += f"| {name}<a id=\"{short_name}\" href=\"#{short_name}\">&nbsp;<sup>🔗</sup></a> | {meeting} | {notes} | {chats} | {calendar} | {gc_liaison} |\n"
101+
markdown_content += f"| {name}&nbsp;<a id=\"{short_name}\" href=\"#{short_name}\"><sup>🔗</sup></a> | {meeting} | {notes} | {chats} | {calendar} | {gc_liaison} |\n"
102102

103103
# Add a newline for spacing after the table
104104
markdown_content += "\n"

0 commit comments

Comments
 (0)