We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0154e1a commit c9dc2ccCopy full SHA for c9dc2cc
utils/axe.py
@@ -171,7 +171,7 @@ def details_section(header: str) -> str:
171
172
if 'nodes' in check:
173
for node in check['nodes']:
174
- section += f'''<tr><th class "details-header">Affected Node</th><td>{str(node).replace("<", "<").replace(">", "&rt;")}</td></tr>'''
+ section += f'''<tr><th class "details-header">Affected Node</th><td><code>{str(node).replace("<", "<").replace(">", "&rt;")}</code></td></tr>'''
175
176
section += '</table><br />'
177
else:
0 commit comments