Fix invalid HTML entity
s/emdash/mdash/
This commit is contained in:
parent
47d9063829
commit
519364d95a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
<div>
|
||||
<div>
|
||||
<h2 class="logo-scratch">Scratch</h2>
|
||||
<p>With the Scratch programming language, you can create your own interactive stories, games, and animations &emdash; and share your creations with others in an online community. <a href="http://scratch.mit.edu/">Take me to Scratch</a></p>
|
||||
<p>With the Scratch programming language, you can create your own interactive stories, games, and animations — and share your creations with others in an online community. <a href="http://scratch.mit.edu/">Take me to Scratch</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Reference in a new issue