pollysiegel / colmar-academy

Colmar Academy responsive website project for Codecademy Build Websites from Scratch
https://pollysiegel.github.io/colmar-academy/
0 stars 0 forks source link

Ampersand symbol #2

Closed jim-rosales closed 6 years ago

jim-rosales commented 6 years ago

For special symbols such as the ampersand, you should use its entity reference.

In this case, you'd replace the & with &

https://github.com/pollysiegel/colmar-academy/blob/f824f4f1aa5b28fe4661da4f2241e47736a5b8ce/index.html#L91

pollysiegel commented 6 years ago

Oooh. Good point -- I missed that! I've fixed all occurrences (ampersand and copyright symbol).