miguelfreitas / twister-html

twister HTML + Javascript User Interface
MIT License
229 stars 138 forks source link

Add shortcut parameter inside favicon html code of all html files #321

Closed Spheerys closed 8 years ago

Spheerys commented 8 years ago

To be compatible everywhere, the code for favicon should be like this :

<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />

Source : http://stackoverflow.com/questions/3803001/xhtml-favicon-proper-usage

I just modify the 9 html file in this way (and my editor removed unecessary spaces)

slr commented 8 years ago

hey there!

yep, for historical reasons, the icon keyword may be preceded by the keyword 'shortcut' — see current HTML Standard (we're playing with HTML here, not XHTML).

to merge this patch, please open pull request with same changes to 'blaster' branch. see my words in miguelfreitas/twister-html#316 to learn why I ask this. and don't worry about spaces.