Skip to content

Commit

Permalink
Fix link being erroneously inserted in code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Wasserka committed Sep 22, 2024
1 parent a45ce67 commit 12ccc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Internet_Browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ including mobile site mode):
<script type="text/javascript">

`    if(navigator.userAgent.indexOf("Nintendo 3DS") == -1) { // If the user agent does not contain "Nintendo 3DS"`
`        location.replace("`[`http://www.3dbrew.org`](http://www.3dbrew.org)`"); // Redirect to another page`
`        location.replace("http://www.3dbrew.org"); // Redirect to another page`
`    }`

</script>
Expand Down

0 comments on commit 12ccc5a

Please sign in to comment.