This is for calstock.org.uk/elf : 26 HTML5 validation errors
- 26: First was my warning message in header, I used a <div> inside a <span>
- 25 & 24: Un-escaped &s Suspect as in version 5:
[/inc/widgets/widgets/_user_login_widget.php] &redirect at Line 226
[inc/users/model/_user.func.php] Lines (198,212,214,2x225,270,736,1766,1835,2x3162,3849,2x 3851,3853,3857,3869,3884,3899,4372,4379)
- 23 My bad: When commenting out soem code I left a <strong> tag orphaned it cascaded through to create other validation errors so once sorted I am down to 9. This means there were a max of 11 recorded errors from the install.
- 9 to 1 All these are in the calendar plugin as usual
All Done