Skip to content

Commit

Permalink
QuestionnaireResponse.svelte: opening links in new tabs more safely.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Jan 16, 2025
1 parent 6f6db1f commit 85baf81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</style>

<Badge color="primary">{resource.identifier.value}</Badge><br/>
Questionnaire reference: <a href='{resource.questionnaire}' target='_blank'>{resource.questionnaire}</a><br />
Questionnaire reference: <a href='{resource.questionnaire}' rel="noreferrer noopener" target='_blank'>{resource.questionnaire}</a><br />
Authored: {resource.authored.split("T")[0]}
{#if resource.source}
{#if resource.source.display}
Expand Down

0 comments on commit 85baf81

Please sign in to comment.