diff --git a/utils/axe.py b/utils/axe.py index 6e115c1f..6206a3dd 100644 --- a/utils/axe.py +++ b/utils/axe.py @@ -165,10 +165,15 @@ def details_section(header: str) -> str: section += f'''
| ID | {check["id"]} |
|---|---|
| Impact | {check["impact"]} |
| Tags | {check["tags"]} |
| Description | {str(check["description"]).replace("<", "").replace(">", "")} |
| Help | {str(check["help"]).replace("<", "").replace(">", "")} |
| Help URL | {check["helpUrl"]} |
{str(node).replace("<", "<").replace(">", "&rt;")}No {header} results returned.
'