"Hashar" posted a comment on MediaWiki.r100551. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100551#c27326
Commit summary for MediaWiki.r100551: Adding flatlists to HTMLRadioField, sort of like HTMLMultiSelect Hashar's comment: Lastly you wrap each radio with a <nowiki><div class="mw-htmlform-radio-item"></nowiki>, you could probably apply the class to the radio element instead. Anyway, it looks like that <div> is intended to wrap all the radio button created. So you probably want to get that <div> outside of the foreach :) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
