[WSG] PHP validation problem

2011-12-14 Thread Bob Schwartz
I have a PHP file that fails validation. The W3C validator claims that there are three divs missing their closing tag, or that perhaps there is something in the divs that the validator doesn't like. I suspect the later as I did a view source and copied the code (minus the PHP code, in this

Re: [WSG] PHP validation problem

2011-12-14 Thread MJ Ray
Bob Schwartz b...@fotografics.it I have a PHP file that fails validation. The W3C validator claims that there are three divs missing their closing tag, or that perhaps there is something in the divs that the validator doesn't like. I saved the php you included to a file, validated it by

Re: [WSG] PHP validation problem

2011-12-14 Thread Bob Schwartz
The file when saved as a noPHPcode html file passes validation, it fails when doing a live validation.No the messages did not help (at least I can't find anything wrong):Validation Output: 3 ErrorsLine 28, Column 5:end tag for "DIV" omitted, but its declaration does not permit this✉You forgot