vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > missing div?
missing div? - Posted By Dreg[Bot] (dregondrahl) on 28th Mar 08 at 5:20am
When reaching an Error page like if your not staff and your trying to access the admin panel, its not valid XHTML, me thinks its missing a div somewhere... or therer is a div added somewhere extra.
</option></select></form></div></td></tr></table>
thats the line the error is in
</option></select></form></div></div></td></tr></table>
that makes it valid, but im sure something funny is wrong somewhere.
Also did you know that things like checked="true" isn't valid anymore? it needs to be checked="checked" or something >.>
Also search page
<input type="checkbox" name="subject" value="1" checked /> Subject<input
checked? XD Ross! no more cookies while coding
Re: missing div? - Posted By Ross (admin) on 28th Mar 08 at 9:31am
All the checked="true"s should have been changed to checked="checked" a while ago. Can you let me know where abouts you're seeing otherwise.
I've changed the search page but don't see what page you're referring to for the error messages?
Re: missing div? - Posted By Dreg[Bot] (dregondrahl) on 28th Mar 08 at 11:13am
In the imports area of the admin panel its still checked="true" and the error is when your trying to access the admin panel when you are not allowed to.
Re: missing div? - Posted By Ross (admin) on 28th Mar 08 at 11:57am
Ah OK, I thought you meant in the admin panel itself when you don't have access to some sections. What was happening was that the head image & slip bg was getting added to that error message twice, thus causing the extra <div> tag to be open.
Re: missing div? - Posted By Dreg[Bot] (dregondrahl) on 28th Mar 08 at 12:13pm
Okie dokie