The input-tag within the radiolist function of JHtmlSelect is not closed, causing issues in validators. This change fixes the issue and created a input-tag which is inline with the other HTML utility classes as well, which are already using self-closing tags.
Please add more information to your issue. Without test instructions and/or any description we will close this issue within 4 weeks. Thanks. This is an automated message from the J!Tracker Application.
I've updated the corresponding unit test as well. But you should test if the select options are still working. You can check for example the search component.
If the search_phrases are shown in the front-end search the generated HTML was not valid due to the missing self-closing tag. You can use https://validator.w3.org/ to validate the generated HTML.
SniperSister
- test_item
- 24 Oct 2015
- Tested successfully
The testinstructions are misleading. The validator only throws an validation error if an html4 template is used. In HTML5 self closing tags don't require the closing slash.
So, it would suggest to test this by checking the generated HTML with the inspection tools of your browser manually. That way I was able to test and verify that the patch is working.
Please add more information to your issue. Without test instructions and/or any description we will close this issue within 4 weeks. Thanks.
This is an automated message from the J!Tracker Application.