rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

Replaced the hyphen literal in track content with the HTML entity of … #117

Closed ElishebaW closed 6 years ago

ElishebaW commented 6 years ago

…a hyphen'

References: #106

The strange characters appear in Chrome and Firefox as well. The issue is there was an actual hyphen included in the code. I updated it to an HTML entity with the spaces entities and it cleared up the issue.

https://www.w3schools.com/html/html_entities.asp

rwieruch commented 6 years ago

Oh, great find! Thank you again @ElishebaW 💯

ElishebaW commented 6 years ago

Hey @rwieruch, do you know why my changes don't appear on the main site? It is http://www.favesound.de/ right?

rwieruch commented 6 years ago

I didn't had the chance yet to redeploy the new version :)

ElishebaW commented 6 years ago

👍