MyBB Community Forums

Full Version: Is this entry in headerincludes correct?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
var spinner = "<img src='" + spinner_image +"' alt='' />";

or should it be

var spinner = "<img src='" + spinner_image +"' alt=''" />";   ?
That should be two ' not one ". Wink
Ok, thanks.