aarpa / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Use proper html & sign #1

Open sangjunp4rk opened 6 years ago

sangjunp4rk commented 6 years ago

Use the html & sign instead of just &, which is & Continue doing this in the future for all special symbols. You can find all of them here https://www.ascii.cl/htmlcodes.htm

https://github.com/aarpa/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L4

aarpa commented 6 years ago

Okay, this explains why I was getting a red flag when I used just &. I wasn't aware that the HTML signs had a different convention. Does this convention applies only to strings and not actual HTML syntax? For example, I wouldn't need to write &quot when I'm assigning a class/id name?