MyBB Community Forums

Full Version: SpiceFuse - Double Meta Tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed 1.4.2, and the new SpiceFuse SEO pack, and I noticed all of my meta tags are doubled:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="testtest" />

<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="description" content="testtest" />

How can I get rid of this?

Thanks!
Same issue here, can't find a solution..

I tried looking in the template files but that didn't do much. I think that <meta http-equiv="Content-Script-Type" content="text/javascript" /> is supposed to be there though, because right under it, some JS files show up. But the second meta tag shouldn't show up. I also took a look at the PHP file but couldn't seem to find the problem. I suspect that's where the problem lies though rather than a duplicate entry in the template file.
remove this meta from your headerinclude template
and add it to the plugin file instead
(2008-09-17, 09:09 PM)pepotiger Wrote: [ -> ]remove this meta from your headerinclude template
and add it to the plugin file instead

Which meta?
this one
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />