Skip to content

Various small fixes on the JavaScript 101 Running Code page. #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No indentation inside <body>
  • Loading branch information
Markus Amalthea Magnuson committed Apr 15, 2013
commit 96e778188c5e8bf04710f791f8dad6eddf4c88c4
4 changes: 3 additions & 1 deletion page/javascript-101/running-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Placement of the previous two options is important and can vary depending on the
</script>
</head>
<body>
<h1 id="hello-world">Hello World</h1>

<h1 id="hello-world">Hello World</h1>

</body>
</html>
```
Expand Down