Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
harmin-parra authored Jan 31, 2025
1 parent eb7de8a commit 2b79310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_html/basereport.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def _process_outcome(report):


def _process_links(links):
a_tag = '<a target="_blank" href="{content}" class="col-links__extra {format_type}">{name}</a>'
a_tag = '<a href="{content}" class="col-links__extra {format_type}" target="_blank" rel="noopener noreferrer">{name}</a>'
return "".join([a_tag.format_map(link) for link in links])


Expand Down

0 comments on commit 2b79310

Please sign in to comment.