diracdeltas / FastestWebsiteEver

ultrafast single TCP packet audio/visual experience
http://packet.city/
GNU General Public License v3.0
1.39k stars 101 forks source link

Remove quotes from the *other* href attribute as well #13

Closed kleinfreund closed 6 years ago

kleinfreund commented 6 years ago

Before:

<a href='//candyjapan.com'>

After:

<a href=//candyjapan.com>

These can go as well, no?