hamishv3000 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

HTML special characters #1

Open martoio opened 7 years ago

martoio commented 7 years ago

Check out this article that explains why you need to care about using special characters in HTML: http://text-symbols.com/html/encode/

https://github.com/hamishv3000/prj-rev-bwfs-dasmoto/blob/d7d09e0efa19c1c663d34bbf428be7d6e871ef78/DasmotosArtsAndCrafts/index.html#L5

The ampersand should be written as: &

hamishv3000 commented 7 years ago

Thanks for the feedback and article. I will remember this on my next project that I submit. I have made the changes to the code on my local saved copy.