c5_clean_block_templates icon indicating copy to clipboard operation
c5_clean_block_templates copied to clipboard

Checkbox list items don't get a closing label tag.

Open joepagan opened this issue 12 years ago • 1 comments
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.

joepagan avatar May 22 '13 12:05 joepagan

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.

jordanlev avatar May 24 '13 06:05 jordanlev