1 amoun Aug 30, 2015 04:27
3 amoun 31 Aug 2015 03:45
Sorry for omitting explanation in the second. They relate to the use of the '&' symbol rather than '&'
E007 Found '&' within 'href'. You should use '&' instead:
There are many cases of them in many files but (235 and 236) removed the obvious ones
- To remove validation error of empty action
In the case of inserting the NULL as the action value, yes it solves the validation problem.
line 2186 was'form_action' => '',
now:
'form_action' => NULL,
4 mgsolipa 31 Aug 2015 06:58
@amoun all right. Please, tell us what validator are you using.
Thanks.
5 amoun 31 Aug 2015 12:47
Yes I should have said, I get in such a hurry after getting bogged down with validation
https://validator.w3.org/nu/
and later I'll get around to some css stuff :)
http://jigsaw.w3.org/css-validator/
I have links in the footer on my site, http://calstock.org.uk/elf.php, that dose the page viewed, not that I've done every page, but every time I upgrade I do the home page and the login page.
@amoun what HTML5 validator are you using?
Does the error disappear after applying the change above? I mean, the empty form action remains in the code declaring
form_action
empty and also as NULL.Can you describe what error are you fixing here?