This commit is contained in:
mrT23
2024-03-17 09:59:55 +02:00
parent 6d39773a17
commit 498b4cb34e
2 changed files with 6 additions and 1 deletions

View File

@ -180,7 +180,7 @@ def process_can_be_split(emoji, value):
markdown_text += f"<li>{file}</li>\n"
markdown_text += f"</ul>\n\n</details></td></tr>\n"
else:
markdown_text += f"<tr>\n<td><details><summary>\nSub PR theme: <strong>{title}</strong></summary>\n\n"
markdown_text += f"<tr>\n<td><details><summary>\nSub-PR theme: <strong>{title}</strong></summary>\n\n"
markdown_text += f"<hr>\n"
markdown_text += f"Relevant files:\n"
markdown_text += f"<ul>\n"