Summary:
FrontEndUsers dropdown & radio button inserts invisible character
Detailed Description:
As per https://forum.cmsmadesimple.org/viewtopic.php?f=7&t=82609
In /FrontEndUsers/action.addprop.php lines 123 & 127 change from:
$seloptions = cms_html_entity_decode($seloptions);
to:
$seloptions = html_entity_decode($seloptions);