1. Warning Line 67, Column 16: unclosed end-tag requires SHORTTAG YES
</fieldset </div>
The construct </foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix...