Topic: profile.php not well formed (div, fieldset)
In PunBB version 1.2.11 in profile.php at the lines starting from line 1201 there is a wrong order.
Lines starting at 1201 are:
</div>
<?php endif; ?> </fieldset>
and they should be:
<?php endif; ?>
</div>
</fieldset>