Invalid HTML on search filter

Invalid HTML on search filter

NiallNiall Posts: 4Questions: 0Answers: 0
edited September 2011 in Bug reports
I've just noticed that since 1.8.1 you have wrapped the label element around the input element for the search filter.
This is not correct HTML. The label element should enclose only the label text. The label's 'for' attribute should be used to associate it with the input control, by setting it to the input's ID.
so instead of
[code]Search all columns: [/code]
it should be something like
[code]Search all columns:
[/code]
This discussion has been closed.