Skip to content

Commit

Permalink
fix: Remove Security Message (sveltejs#7959)
Browse files Browse the repository at this point in the history
  • Loading branch information
devneagu committed Oct 20, 2022
1 parent 0a7cf0e commit 146e7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/examples/03-logic/03-each-blocks/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ul>
{#each cats as { id, name }, i}
<li>
<a target="_blank" href="https://www.youtube.com/watch?v={id}">
<a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v={id}">
{i + 1}: {name}
</a>
</li>
Expand Down

0 comments on commit 146e7a6

Please sign in to comment.