c5_clean_block_templates
c5_clean_block_templates copied to clipboard
Checkbox list items don't get a closing label tag.
trafficstars
Hey Jordan,
Great template though just noticed that there is no closing label tag on the checkboxlist being output.
Modern browsers seem to fix it automatically, but when sourcing bugs in IE I found it.
I believe the checkbox list markup is generated in the controller, so it's outside the purview of this template. I suppose some string manipulation could be done to fix it though... but I don't maintain this template anymore (instead I use the ajax form template instead -- https://github.com/jordanlev/c5_ajax_form ). If you want to submit a pull request though I'd be happy to merge it.
Thanks.