Skip to content

Commit ae35d41

Browse files
author
Tony Wasserka
committed
Fix link being erroneously inserted in code snippets
1 parent b78ca62 commit ae35d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Internet_Browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ including mobile site mode):
10831083
<script type="text/javascript">
10841084

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

10891089
</script>

0 commit comments

Comments
 (0)