PDA

View Full Version : html question


DementedMindz
04-05-2006, 02:11 AM
well i was doing a w3 test on my site for html complaince and its showing a </if> thats closed that was never open its in header include

here is how the top of it looks

<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
</if>

is this right? and if so where should it start cause its not there...

Freesteyelz
04-05-2006, 03:48 AM
It looks like you've modified the header include. I could have been from (which is no longer there):


<if condition="$show['threadinfo']">


Try removing it and see if the error goes away.

DementedMindz
04-05-2006, 03:56 AM
nah i have that right under it... i dont think i did... so that is right under that code you posted ? if so thats what i have now...

Freesteyelz
04-05-2006, 04:01 AM
The default template has more codes after that meta tag. I don't think it's going to hurt to remove it. vBulletin will give you an error message if there's an <if> tag open in any case.

DementedMindz
04-05-2006, 05:54 PM
thank you

Freesteyelz
04-06-2006, 12:54 AM
Np. :)