We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45ce67 commit 12ccc5aCopy full SHA for 12ccc5a
content/Internet_Browser.md
@@ -1083,7 +1083,7 @@ including mobile site mode):
1083
<script type="text/javascript">
1084
1085
` 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`
+` location.replace("http://www.3dbrew.org"); // Redirect to another page`
1087
` }`
1088
1089
</script>
0 commit comments