File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } \" > <sup>🔗</sup></a> | { meeting } | { notes } | { chats } | { calendar } | { tc_sponsors } | { gc_liaison } | \n "
99+ markdown_content += f"| { name } <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 } \" > <sup>🔗</sup></a> | { meeting } | { notes } | { chats } | { calendar } | { gc_liaison } |\n "
101+ markdown_content += f"| { name } <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 "
You can’t perform that action at this time.
0 commit comments