Apple Touch Icon link tag behaving strange

AlldigitalbayD

New Member
Ive recently added a apple-touch-icon to my website but it doesnt seem to be working. I went to inspect the code being generated in chrome and noticed this:\[code\]<link rel="apple-touch-icon" href="http://stackoverflow.com/questions/12785255/assets="" img="" apple-touch-icon.png"=""></link rel="apple-touch-icon" href="http://stackoverflow.com/questions/12785255/>\[/code\]This doesnt seem normal to me!This is the code in the \[code\]<link rel="stylesheet" href="http://stackoverflow.com/assets/css/add2home.css" /><script type="application/javascript" src="http://stackoverflow.com/assets/js/add2home.js"></script><link rel="apple-touch-startup-image" href="http://stackoverflow.com/assets/img/splash.png" /><link rel="apple-touch-icon" href="http://stackoverflow.com/assets/img/apple-touch-icon.png" />\[/code\]This code normally works for my, just not in this case!
 
Back
Top